File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
<ItemGroup Label =" src" >
8
8
<PackageVersion Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" />
9
9
<PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0.0" />
10
- <PackageVersion Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" />
11
10
<PackageVersion Include =" System.Collections.Immutable" Version =" 1.7.1" />
12
11
<PackageVersion Include =" System.Threading.Channels" Version =" 6.0.0" />
13
12
</ItemGroup >
29
28
<PackageVersion Include =" xunit.runner.visualstudio" Version =" [2.4.3, 3.0)" />
30
29
</ItemGroup >
31
30
31
+ <ItemGroup Condition =" '$(OS)' == 'Unix'" >
32
+ <PackageVersion Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" />
33
+ </ItemGroup >
34
+
32
35
</Project >
You can’t perform that action at this time.
0 commit comments