File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
<ResolveAssemblyReferencesSilent >true</ResolveAssemblyReferencesSilent >
12
12
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
13
13
<EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
14
- <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
15
14
</PropertyGroup >
16
15
<ItemGroup >
17
16
<Using Include =" System.ReadOnlySpan< System.Char> " Alias =" CharSpan" />
Original file line number Diff line number Diff line change 10
10
<PackageVersion Include =" NUnit3TestAdapter" Version =" 4.6.0" />
11
11
<PackageVersion Include =" Polyfill" Version =" 7.11.0" />
12
12
<PackageVersion Include =" ProjectDefaults" Version =" 1.0.147" />
13
- <PackageVersion Include =" System.Collections.Immutable" Version =" 9.0.0" />
13
+ <!-- Keep at 8 to support old frameworks -->
14
+ <PackageVersion Include =" System.Collections.Immutable" Version =" 8.0.0" />
14
15
<PackageVersion Include =" System.Memory" Version =" 4.6.0" />
15
16
</ItemGroup >
16
17
</Project >
You can’t perform that action at this time.
0 commit comments