File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<LangVersion >preview</LangVersion >
5
5
<ProduceReferenceAssembly >true</ProduceReferenceAssembly >
6
- <NoWarn >CS1591;NU5129;NU5118</NoWarn >
6
+ <NoWarn >CS1591;NU5129;NU5118;SYSLIB0050;SYSLIB0051 </NoWarn >
7
7
<DefineConstants >$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants >
8
8
<DebugType >embedded</DebugType >
9
9
<PublishRepositoryUrl >true</PublishRepositoryUrl >
10
10
<EmbedUntrackedSources >true</EmbedUntrackedSources >
11
+ <EnableUnsafeBinaryFormatterSerialization >true</EnableUnsafeBinaryFormatterSerialization >
11
12
</PropertyGroup >
12
13
13
14
<PropertyGroup >
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
6
6
<MSBuildWarningsAsErrors >$(MSBuildWarningsAsErrors);CS8785</MSBuildWarningsAsErrors >
7
+ <NoWarn >$(NoWarn);SYSLIB0050;SYSLIB0051</NoWarn >
8
+ <EnableUnsafeBinaryFormatterSerialization >true</EnableUnsafeBinaryFormatterSerialization >
7
9
</PropertyGroup >
8
10
9
11
</Project >
You can’t perform that action at this time.
0 commit comments