Skip to content

Commit f1f4fca

Browse files
committed
Added file extension to LICENSE.
1 parent feea138 commit f1f4fca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

SqlServerSimulator/SqlServerSimulator.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<None Include="..\.editorconfig" Link=".editorconfig" />
34-
<None Include="../LICENSE" Pack="true" PackagePath="/" />
35-
<None Include="../README.md" Pack="true" PackagePath="/"/>
33+
<None Include="../.editorconfig" Link=".editorconfig" />
34+
<None Include="../LICENSE.txt" Pack="true" PackagePath="/" />
35+
<None Include="../README.md" Pack="true" PackagePath="/" />
3636
</ItemGroup>
3737

3838
</Project>

0 commit comments

Comments
 (0)