Skip to content

Commit

Permalink
Bump System.CodeDom from 5.0.0 to 6.0.0 (#106)
Browse files Browse the repository at this point in the history
* Bump System.CodeDom from 5.0.0 to 6.0.0

Bumps [System.CodeDom](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: System.CodeDom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove netcoreapp2.1 target framework, not supported anymore

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
  • Loading branch information
dependabot[bot] and Arkatufus committed Apr 21, 2022
1 parent e764691 commit 56ef6fc
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 @@ -2,7 +2,7 @@
<Import Project="..\common.props" />

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;$(NetCoreTestVersion);$(NetTestVersion)</TargetFrameworks>
<TargetFrameworks>$(NetCoreTestVersion);$(NetTestVersion)</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>17.1.0</TestSdkVersion>
<HyperionVersion>0.9.12</HyperionVersion>
<CodeDomVersion>5.0.0</CodeDomVersion>
<CodeDomVersion>6.0.0</CodeDomVersion>
<TeamCityVersion>3.0.13</TeamCityVersion>
<SystemRuntimeLoaderVersion>4.3.0</SystemRuntimeLoaderVersion>
<DependencyModelVersion>5.0.0</DependencyModelVersion>
Expand Down

0 comments on commit 56ef6fc

Please sign in to comment.