Skip to content

Commit

Permalink
Merge pull request #233 from mganss/dependabot/nuget/System.CodeDom-5…
Browse files Browse the repository at this point in the history
….0.0

Bump System.CodeDom from 4.7.0 to 5.0.0
  • Loading branch information
mganss authored Nov 10, 2020
2 parents 669b4be + 334003c commit 3310976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageReference Include="Glob.cs" Version="5.0.224" />
<PackageReference Include="Microsoft.Net.Compilers.netcore" Version="1.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="System.CodeDom" Version="4.7.0" />
<PackageReference Include="System.CodeDom" Version="5.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.CodeDom" Version="4.7.0" />
<PackageReference Include="System.CodeDom" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3310976

Please sign in to comment.