Skip to content

Commit 087e93f

Browse files
committed
Auto csproj fix and update by bot.
1 parent 2fd2e10 commit 087e93f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/DPB/DPB.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

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

6868
<ItemGroup>
69-
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
70-
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
71-
<PackageReference Include="Senparc.CO2NET" Version="0.5.2" />
69+
70+
71+
<PackageReference Include="Senparc.CO2NET" Version="2.0.5.4" />
7272
</ItemGroup>
7373

7474
<ItemGroup>

0 commit comments

Comments
 (0)