File tree Expand file tree Collapse file tree 5 files changed +14
-20
lines changed Expand file tree Collapse file tree 5 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 7
7
pool :
8
8
vmImage : ' ubuntu-16.04'
9
9
steps :
10
- - task : UseDotNet@2
11
- displayName : ' Install .NET Core 2.x SDK'
12
- inputs :
13
- packageType : ' sdk'
14
- version : ' 2.x'
15
10
- task : UseDotNet@2
16
11
displayName : ' Install .NET Core 3.x SDK'
17
12
inputs :
18
13
packageType : ' sdk'
19
- version : ' 3.0.100-preview9-014004 '
14
+ version : ' 3.0.100'
20
15
includePreviewVersions : true
21
16
- task : Bash@3
22
17
displayName : ' Build Script'
@@ -28,16 +23,11 @@ jobs:
28
23
pool :
29
24
vmImage : ' vs2017-win2016'
30
25
steps :
31
- - task : UseDotNet@2
32
- displayName : ' Install .NET Core 2.x SDK'
33
- inputs :
34
- packageType : ' sdk'
35
- version : ' 2.x'
36
26
- task : UseDotNet@2
37
27
displayName : ' Install .NET Core 3.x SDK'
38
28
inputs :
39
29
packageType : ' sdk'
40
- version : ' 3.0.100-preview9-014004 '
30
+ version : ' 3.0.100'
41
31
includePreviewVersions : true
42
32
- task : PowerShell@2
43
33
displayName : ' Build Script'
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.2 </TargetFramework >
5
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Bullseye" Version =" 2.4.0 " />
10
- <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.3.3 " />
9
+ <PackageReference Include =" Bullseye" Version =" 3.0.0-rc.1 " />
10
+ <PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.4.1 " />
11
11
<PackageReference Include =" SimpleExec" Version =" 6.0.0" />
12
12
</ItemGroup >
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 3.0.100-preview9-014004 "
3
+ "version" : " 3.0.100"
4
4
}
5
5
}
Original file line number Diff line number Diff line change 9
9
<Authors >Brock Allen;Dominick Baier</Authors >
10
10
<PackageId >IdentityServer4.AccessTokenValidation</PackageId >
11
11
<PackageTags >OAuth2;OAuth 2.0;OpenID Connect;Security;Identity;IdentityServer;Bearer tokens</PackageTags >
12
- <PackageIconUrl >https://raw.githubusercontent.com/IdentityServer/Artwork/master/Logos/IDserver_icon128. jpg</PackageIconUrl >
12
+ <PackageIcon >icon. jpg</PackageIcon >
13
13
<PackageProjectUrl >https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation</PackageProjectUrl >
14
14
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
15
15
<PackageReleaseNotes >https://github.com/IdentityServer/IdentityServer4/releases</PackageReleaseNotes >
24
24
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
25
25
</PropertyGroup >
26
26
27
+ <ItemGroup >
28
+ <None Include =" ../icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
29
+ </ItemGroup >
30
+
27
31
<ItemGroup >
28
32
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
29
33
</ItemGroup >
30
34
31
35
<ItemGroup >
32
- <PackageReference Include =" IdentityModel.AspNetCore.OAuth2Introspection" Version =" 4.0.0 " />
36
+ <PackageReference Include =" IdentityModel.AspNetCore.OAuth2Introspection" Version =" 4.0.1 " />
33
37
34
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.0.0-preview9.19424.4 " />
38
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.0.0" />
35
39
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
36
40
37
- <PackageReference Include =" minver" Version =" 1.1.0 " >
41
+ <PackageReference Include =" minver" Version =" 2.0.0-rc.1 " >
38
42
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
39
43
<PrivateAssets >all</PrivateAssets >
40
44
</PackageReference >
You can’t perform that action at this time.
0 commit comments