Skip to content

Commit

Permalink
Fix project and solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
abeham committed Nov 6, 2019
1 parent 69e5d2d commit 198fe07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/SimSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
..\appveyor.yml = ..\appveyor.yml
..\LICENSE-3RD-PARTY.txt = ..\LICENSE-3RD-PARTY.txt
..\LICENSE.txt = ..\LICENSE.txt
..\README.md = ..\README.md
EndProjectSection
Expand Down
1 change: 0 additions & 1 deletion src/SimSharp/SimSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ SimPy allows modeling processes easily and with little boiler plate code. A proc

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

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 198fe07

Please sign in to comment.