Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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