We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feea138 commit f1f4fcaCopy full SHA for f1f4fca
2 files changed
LICENSE LICENSE.txtLICENSE renamed to LICENSE.txt
SqlServerSimulator/SqlServerSimulator.csproj
@@ -30,9 +30,9 @@
30
</PropertyGroup>
31
32
<ItemGroup>
33
- <None Include="..\.editorconfig" Link=".editorconfig" />
34
- <None Include="../LICENSE" Pack="true" PackagePath="/" />
35
- <None Include="../README.md" Pack="true" PackagePath="/"/>
+ <None Include="../.editorconfig" Link=".editorconfig" />
+ <None Include="../LICENSE.txt" Pack="true" PackagePath="/" />
+ <None Include="../README.md" Pack="true" PackagePath="/" />
36
</ItemGroup>
37
38
</Project>
0 commit comments