Skip to content

Commit be8902f

Browse files
committed
Release 3.1.0 (FsCodec.Box)
1 parent 84b3ffd commit be8902f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/FsCodec.Box/FsCodec.Box.fsproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<PropertyGroup>
66
<TargetFramework>netstandard2.1</TargetFramework>
77
<PackageValidationBaselineVersion>3.0.0</PackageValidationBaselineVersion>
8-
<!-- Temporarily disable warning while we bootstrap-->
9-
<NoWarn>NU5104</NoWarn>
108
</PropertyGroup>
119

1210
<ItemGroup>
@@ -26,7 +24,7 @@
2624

2725
<ItemGroup>
2826
<ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec/FsCodec.fsproj" />
29-
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.1.0-rc.3, 4.0.0)" />
27+
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.1.0, 4.0.0)" />
3028
</ItemGroup>
3129

3230
</Project>

0 commit comments

Comments
 (0)