This repository was archived by the owner on Feb 23, 2025. It is now read-only.
File tree 4 files changed +25
-13
lines changed
4 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 36
36
<ItemGroup >
37
37
<PackageReference Include =" minver" Version =" 3.0.0-alpha.1" PrivateAssets =" All" />
38
38
39
- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.12 .0" />
40
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5 .0.0" />
41
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " PrivateAssets =" All" />
39
+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.15 .0" />
40
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6 .0.0" />
41
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
42
42
</ItemGroup >
43
43
44
44
<ItemGroup >
Original file line number Diff line number Diff line change 40
40
<PackageReference Include =" IdentityModel" Version =" 5.2.0" />
41
41
<PackageReference Include =" minver" Version =" 3.0.0-alpha.1" PrivateAssets =" All" />
42
42
43
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5 .0.0" />
44
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " PrivateAssets =" All" />
43
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6 .0.0" />
44
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
45
45
</ItemGroup >
46
46
47
47
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
4
- <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
5
- </PropertyGroup >
3
+ <!-- Conditional compilation-->
6
4
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
7
- <TargetFrameworks >net472;netcoreapp3.1;net5.0</TargetFrameworks >
5
+ <TargetFrameworks >net472;netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
6
+ </PropertyGroup >
7
+
8
+ <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' and '$(NETCoreSdkPortableRuntimeIdentifier)' != 'osx-arm64' " >
9
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
10
+ </PropertyGroup >
11
+
12
+ <PropertyGroup Condition =" '$(NETCoreSdkPortableRuntimeIdentifier)' == 'osx-arm64' " >
13
+ <TargetFrameworks >net6.0</TargetFrameworks >
8
14
</PropertyGroup >
9
15
10
16
<PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
4
- <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
5
- </PropertyGroup >
3
+ <!-- Conditional compilation-->
6
4
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
7
- <TargetFrameworks >net472;netcoreapp3.1;net5.0</TargetFrameworks >
5
+ <TargetFrameworks >net472;netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
6
+ </PropertyGroup >
7
+
8
+ <PropertyGroup Condition =" '$(OS)' != 'Windows_NT' and '$(NETCoreSdkPortableRuntimeIdentifier)' != 'osx-arm64' " >
9
+ <TargetFrameworks >netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
10
+ </PropertyGroup >
11
+
12
+ <PropertyGroup Condition =" '$(NETCoreSdkPortableRuntimeIdentifier)' == 'osx-arm64' " >
13
+ <TargetFrameworks >net6.0</TargetFrameworks >
8
14
</PropertyGroup >
9
15
10
16
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments