Skip to content

Commit 8a555bd

Browse files
authored
Upgrade SqlClient (#400)
1 parent 73b5c8d commit 8a555bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<MSExtVersion Condition="'$(TargetFramework)' == 'net9.0'">9.0.2</MSExtVersion>
4-
<MSExtVersion Condition="'$(TargetFramework)' == 'net10.0'">9.0.2</MSExtVersion>
3+
<MSExtVersion Condition="'$(TargetFramework)' == 'net9.0'">9.0.4</MSExtVersion>
4+
<MSExtVersion Condition="'$(TargetFramework)' == 'net10.0'">9.0.4</MSExtVersion>
55
<MSExtVersion2>$(MSExtVersion)</MSExtVersion2>
6-
<MSExtVersion2 Condition="'$(TargetFramework)' == 'net10.0'">9.0.2</MSExtVersion2>
6+
<MSExtVersion2 Condition="'$(TargetFramework)' == 'net10.0'">9.0.4</MSExtVersion2>
77
</PropertyGroup>
88
<ItemGroup Label="Nupkg Versions">
99
<PackageVersion Include="System.CodeDom" Version="$(MSExtVersion)"/>
@@ -20,7 +20,7 @@
2020
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
2121
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.0" />
2222
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="$(MSExtVersion)" />
23-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.0.1" />
23+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.0" />
2424
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(MSExtVersion2)" />
2525
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
2626
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.200",
4+
"version": "9.0.300",
55
"rollForward": "latestMajor"
66
}
77
}

0 commit comments

Comments
 (0)