Skip to content

Commit 198fe07

Browse files
committed
Fix project and solution files
1 parent 69e5d2d commit 198fe07

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/SimSharp.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
1111
..\appveyor.yml = ..\appveyor.yml
12-
..\LICENSE-3RD-PARTY.txt = ..\LICENSE-3RD-PARTY.txt
1312
..\LICENSE.txt = ..\LICENSE.txt
1413
..\README.md = ..\README.md
1514
EndProjectSection

src/SimSharp/SimSharp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ SimPy allows modeling processes easily and with little boiler plate code. A proc
7979

8080
<ItemGroup>
8181
<None Include="$(SolutionDir)..\LICENSE.txt" Link="LICENSE.txt" Pack="true" />
82-
<None Include="$(SolutionDir)..\LICENSE-3RD-PARTY.txt" Link="LICENSE-3RD-PARTY.txt" Pack="true" />
8382
</ItemGroup>
8483

8584
<ItemGroup>

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageReference Include="xunit" Version="2.4.1" />
2828
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
2929
<PrivateAssets>all</PrivateAssets>
30-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
30+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
3232
</ItemGroup>
3333
</Project>

0 commit comments

Comments
 (0)