Skip to content

Commit abc2e5d

Browse files
Remove the .NET 6 target, and add the .NET 10 target
1 parent 591b8ce commit abc2e5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Matchmaker/Matchmaker.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;netstandard2.1;net10.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
77

@@ -53,7 +53,7 @@
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
56+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
5757
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)