We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f963a commit 54e13f0Copy full SHA for 54e13f0
src/Hyperion/Hyperion.csproj
@@ -11,12 +11,12 @@
11
12
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.6' ">
13
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
14
- <PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
+ <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
15
</ItemGroup>
16
17
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
18
<PackageReference Include="System.Runtime" Version="4.3.1" />
19
20
21
22
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
0 commit comments