File tree 5 files changed +14
-5
lines changed
Extensions/Silk.NET.OpenGL.Legacy.Extensions.NV
5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 1.1.0" />
11
10
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
12
11
<PackageReference Include =" Microsoft.DotNet.PlatformAbstractions" Version =" 3.1.6" />
13
12
<PackageReference Include =" Microsoft.Extensions.DependencyModel" Version =" 3.1.1" />
18
17
<PackageReference Include =" System.Numerics.Vectors" Version =" 4.5.0" />
19
18
</ItemGroup >
20
19
20
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
21
+ <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 1.1.0" />
22
+ </ItemGroup >
23
+
21
24
<Import Project =" ..\..\..\build\props\common.props" />
22
25
23
26
</Project >
Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 1.1.0" />
20
19
<PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.1" >
21
20
<PrivateAssets >all</PrivateAssets >
22
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
22
</PackageReference >
23
+ </ItemGroup >
24
+
25
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
26
+ <PackageReference Include =" Microsoft.Bcl.HashCode" Version =" 1.1.0" />
27
+ </ItemGroup >
28
+
29
+ <ItemGroup Condition =" '$(TargetFramework)' != 'net5.0'" >
24
30
<PackageReference Include =" Ultz.Bcl.Half" Version =" 1.0.0" />
25
31
</ItemGroup >
26
32
Original file line number Diff line number Diff line change 10
10
<ProjectReference Include =" ..\..\Silk.NET.OpenGL.Legacy\Silk.NET.OpenGL.Legacy.csproj" />
11
11
</ItemGroup >
12
12
13
- <ItemGroup >
13
+ <ItemGroup Condition = " '$(TargetFramework)' != 'net5.0' " >
14
14
<PackageReference Include =" Ultz.Bcl.Half" Version =" 1.0.0" />
15
15
</ItemGroup >
16
16
Original file line number Diff line number Diff line change 6
6
<LangVersion >preview</LangVersion >
7
7
</PropertyGroup >
8
8
9
- <ItemGroup >
9
+ <ItemGroup Condition = " '$(TargetFramework)' != 'net5.0' " >
10
10
<PackageReference Include =" Ultz.Bcl.Half" Version =" 1.0.0" />
11
11
</ItemGroup >
12
12
Original file line number Diff line number Diff line change 6
6
<LangVersion >preview</LangVersion >
7
7
</PropertyGroup >
8
8
9
- <ItemGroup >
9
+ <ItemGroup Condition = " '$(TargetFramework)' != 'net5.0' " >
10
10
<PackageReference Include =" Ultz.Bcl.Half" Version =" 1.0.0" />
11
11
</ItemGroup >
12
12
You can’t perform that action at this time.
0 commit comments