Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SCKorea/Shatagon
Browse files Browse the repository at this point in the history
  • Loading branch information
marona42 committed Jun 18, 2022
2 parents f079d0b + fc34c98 commit fcc4014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SCTools/SCTools/SCTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net45" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
Expand Down
4 changes: 4 additions & 0 deletions SCTools/SCToolsLib/SCToolsLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net45" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
Expand Down

0 comments on commit fcc4014

Please sign in to comment.