Skip to content

Commit 3dda1f0

Browse files
author
Eugene Levchenkov
committed
Migrate to Net7.0
1 parent d09cb03 commit 3dda1f0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

NetCode.Benchmarks/NetCode.Benchmarks.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>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

NetCode.UnitTests/NetCode.UnitTests.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>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<Nullable>enable</Nullable>
66

77
<IsPackable>false</IsPackable>

NetCode/NetCode.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-
<TargetFrameworks>net5.0;net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>net5.0;net6.0;net7.0;netstandard2.1;netstandard2.0</TargetFrameworks>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<LangVersion>10.0</LangVersion>
77
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)