There was an error while loading. Please reload this page.
2 parents 97732dc + 5032247 commit b6d8b38Copy full SHA for b6d8b38
1 file changed
FSharpBuild.Directory.Build.props
@@ -21,6 +21,7 @@
21
<ProtoOutputPath Condition="'$(OS)' != 'Unix'">$(ArtifactsBinDir)\fsc\Proto\net472</ProtoOutputPath>
22
<ProtoOutputPath Condition="'$(OS)' == 'Unix'">$(ArtifactsBinDir)/fsc/Proto/netcoreapp2.1</ProtoOutputPath>
23
<ValueTupleImplicitPackageVersion>4.4.0</ValueTupleImplicitPackageVersion>
24
+ <WarningsAsErrors>1182;0025;$(WarningsAsErrors)</WarningsAsErrors>
25
</PropertyGroup>
26
27
<!-- nuget -->
0 commit comments