Skip to content

Commit

Permalink
Auto csproj fix and update by bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
NugetNinja committed Jul 17, 2023
1 parent 2fd2e10 commit 115e686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/DPB/DPB.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;</TargetFrameworks>
Expand Down Expand Up @@ -66,9 +66,9 @@ You can add annotations to the code templates, and use DPB to automatically filt
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Senparc.CO2NET" Version="0.5.2" />


<PackageReference Include="Senparc.CO2NET" Version="2.0.5.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 115e686

Please sign in to comment.