Skip to content

Commit 72cbb7e

Browse files
committed
Bump .NET from 5.0 to 6.0
1 parent 7e46d18 commit 72cbb7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77
</Project>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pool:
33

44
variables:
55
buildConfiguration: 'Release'
6-
dotnetSdkVersion: '5.x'
6+
dotnetSdkVersion: '6.x'
77

88
steps:
99
- task: UseDotNet@2

0 commit comments

Comments
 (0)