Skip to content

Commit

Permalink
Use .NET 8 SDK to build project (#655)
Browse files Browse the repository at this point in the history
+semver:patch
  • Loading branch information
hazzik authored Mar 11, 2024
1 parent f6a633e commit 32c9788
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.403",
"version": "8.0.100",
"rollForward": "latestFeature"
}
}
2 changes: 2 additions & 0 deletions src/FluentNHibernate.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{83F176
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
FluentKey.snk = FluentKey.snk
..\global.json = ..\global.json
..\appveyor.yml = ..\appveyor.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{3D285AE0-E5CF-4923-B543-0D70E5C6DE18}"
Expand Down
4 changes: 4 additions & 0 deletions src/FluentNHibernate/FluentNHibernate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../FluentKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">
<RuntimeFrameworkVersion>2.0.9</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NHibernate" Version="5.3.3" />
Expand Down

0 comments on commit 32c9788

Please sign in to comment.