Skip to content

Commit

Permalink
Merge pull request #11 from WSDOT-GIS/newtonsoft-updates
Browse files Browse the repository at this point in the history
Newtonsoft updates
  • Loading branch information
JeffJacobson authored Oct 17, 2022
2 parents b548eb6 + 4d17889 commit 023ce40
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 26 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/dotnetcore.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ElcRestSoeWrapper/ElcRestSoeWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
</ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions SerializationTest/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SerializationTest/SerializationTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFrameworks>net5.0;net48</TargetFrameworks>
<Company>WSDOT</Company>
<Authors />
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion WrapperTest/WrapperTest.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFrameworks>net5.0;net48</TargetFrameworks>
<Company>WSDOT</Company>
<Authors />
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 023ce40

Please sign in to comment.