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 84b3ffd commit be8902fCopy full SHA for be8902f
src/FsCodec.Box/FsCodec.Box.fsproj
@@ -5,8 +5,6 @@
5
<PropertyGroup>
6
<TargetFramework>netstandard2.1</TargetFramework>
7
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
8
- <!-- Temporarily disable warning while we bootstrap-->
9
- <NoWarn>NU5104</NoWarn>
10
</PropertyGroup>
11
12
<ItemGroup>
@@ -26,7 +24,7 @@
26
24
27
25
28
<ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec/FsCodec.fsproj" />
29
- <PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.1.0-rc.3, 4.0.0)" />
+ <PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.1.0, 4.0.0)" />
30
</ItemGroup>
31
32
</Project>
0 commit comments