Skip to content

Commit 798666c

Browse files
committed
Use .NET 10 SDK.
1 parent 70aceff commit 798666c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2",
3+
"version": "10.0.100",
44
"rollForward": "latestFeature"
55
}
66
}

src/MySqlConnector/MySqlConnector.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
1717
</PropertyGroup>
1818

19-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' ">
20-
<RestoreEnablePackagePruning>false</RestoreEnablePackagePruning>
21-
</PropertyGroup>
22-
2319
<ItemGroup>
2420
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
2521
</ItemGroup>

tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
<NoWarn>$(NoWarn);SA0001;SA1021;SA1133;xUnit1030</NoWarn>
2828
</PropertyGroup>
2929

30-
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'net481' ">
31-
<RestoreEnablePackagePruning>false</RestoreEnablePackagePruning>
32-
</PropertyGroup>
33-
3430
<ItemGroup>
3531
<!--testing packages-->
3632
<PackageReference Include="Microsoft.NET.Test.Sdk" />

0 commit comments

Comments
 (0)