Skip to content

Commit fec85c5

Browse files
meshwa19Meshwa Savalia
andauthored
Update dotnet version to 6.0 (#43)
* update dotnet to 6.0 for tests folder Co-authored-by: Meshwa Savalia <meshwas@amazon.com>
1 parent e932b64 commit fec85c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Amazon.CloudWatch.EMF.Canary/Amazon.CloudWatch.EMF.Canary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

tests/Amazon.CloudWatch.EMF.IntegrationTests/Amazon.CloudWatch.EMF.IntegrationTests.csproj

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>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

tests/Amazon.CloudWatch.EMF.Tests/Amazon.CloudWatch.EMF.Tests.csproj

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>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)