File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 9
9
displayName : ' Use .Net Core sdk 3.0.100'
10
10
inputs :
11
11
version : 3.0.100
12
+ - task : UseDotNet@2
13
+ displayName : ' Use .Net Core sdk 2.1.802'
14
+ inputs :
15
+ version : 2.1.802
12
16
- task : DotNetCoreCLI@2
13
17
displayName : ' dotnet build'
14
18
inputs :
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFrameworks >netcoreapp1 .0;netcoreapp2 .0</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp2 .0;netcoreapp3 .0</TargetFrameworks >
5
5
</PropertyGroup >
6
6
<ItemGroup >
7
7
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.2" />
8
8
<PackageReference Include =" xunit" Version =" 2.3.1" />
9
9
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
10
10
</ItemGroup >
11
- <ItemGroup Condition =" $(TargetFramework) == 'netcoreapp1.0'" >
12
- <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 1.0.0" />
13
- </ItemGroup >
14
11
<ItemGroup Condition =" $(TargetFramework) == 'netcoreapp2.0'" >
15
- <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.1" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.3" />
13
+ </ItemGroup >
14
+ <ItemGroup Condition =" $(TargetFramework) == 'netcoreapp3.0'" >
15
+ <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
16
16
</ItemGroup >
17
17
<ItemGroup >
18
18
<ProjectReference Include =" ..\..\src\Joonasw.AspNetCore.SecurityHeaders\Joonasw.AspNetCore.SecurityHeaders.csproj" />
You can’t perform that action at this time.
0 commit comments