File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
<GenerateProgramFile >false</GenerateProgramFile >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.0</TargetFramework >
5
+ <TargetFramework >netcoreapp3.1</TargetFramework >
6
+ <Version >0.3.0</Version >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ pool:
27
27
28
28
variables :
29
29
buildConfiguration : ' Release'
30
- framework : netcoreapp3.0
30
+ framework : netcoreapp3.1
31
31
32
32
steps :
33
33
- task : UseDotNet@2
34
34
displayName : Install .NET Core SDK
35
35
inputs :
36
- version : 3.0 .100
36
+ version : 3.1 .100
37
37
38
38
- task : DotNetCoreCLI@2
39
39
displayName : Build
You can’t perform that action at this time.
0 commit comments