Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 8bb59ca

Browse files
Updating Targetframework to netcoreapp3.1 (#1826)
* Using netcoreapp3.1 for TargetFramework
1 parent 62c4b48 commit 8bb59ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/csharp/Tests/FunctionalTests/Microsoft.Azure.Kinect.Sensor.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\k4a.props" />
33

44
<PropertyGroup>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66

77
<IsPackable>false</IsPackable>
88

src/csharp/Tests/StubGenerator.UnitTests/Microsoft.Azure.Kinect.Sensor.Test.StubGenerator.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\k4a.props" />
33

44
<PropertyGroup>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66

77
<IsPackable>false</IsPackable>
88

src/csharp/Tests/UnitTests/Microsoft.Azure.Kinect.Sensor.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\k4a.props" />
33

44
<PropertyGroup>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.1</TargetFramework>
66

77
<IsPackable>false</IsPackable>
88

0 commit comments

Comments
 (0)