Skip to content

Commit 73d55e2

Browse files
Bump Microsoft.CSharp from 4.6.0 to 4.7.0
Bumps [Microsoft.CSharp](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a06a764 commit 73d55e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hyperion/Hyperion.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
1313
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.6.0" />
14-
<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
14+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
1818
<PackageReference Include="System.Runtime" Version="4.3.1" />
19-
<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
19+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">

0 commit comments

Comments
 (0)