Skip to content

Commit 139e4c1

Browse files
authored
chore: use .NET 8 SDK to build project (#35)
1 parent 568c2ff commit 139e4c1

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

Directory.Build.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@
99
<Version>1.0.3</Version>
1010
<PrivateAssets>all</PrivateAssets>
1111
</PackageReference>
12-
<PackageReference Include="Microsoft.SourceLink.GitHub">
13-
<Version>1.1.1</Version>
14-
<PrivateAssets>all</PrivateAssets>
15-
</PackageReference>
1612
</ItemGroup>
17-
</Project>
13+
</Project>

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": "6.0.101",
3+
"version": "8.0.100",
44
"rollForward": "latestFeature"
55
}
66
}

src/NHibernate.Driver.MySqlConnector/NHibernate.Driver.MySqlConnector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<IncludeSymbols>true</IncludeSymbols>
2020
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22-
<LangVersion>10</LangVersion>
22+
<LangVersion>12</LangVersion>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

0 commit comments

Comments
 (0)