diff --git a/global.json b/global.json index 886159350..04cdbb5b0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.403", + "version": "8.0.100", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/src/FluentNHibernate.sln b/src/FluentNHibernate.sln index ec1b6dac4..3db47cfc6 100644 --- a/src/FluentNHibernate.sln +++ b/src/FluentNHibernate.sln @@ -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}" diff --git a/src/FluentNHibernate/FluentNHibernate.csproj b/src/FluentNHibernate/FluentNHibernate.csproj index 77bf0d978..49cc6df88 100644 --- a/src/FluentNHibernate/FluentNHibernate.csproj +++ b/src/FluentNHibernate/FluentNHibernate.csproj @@ -9,6 +9,10 @@ true ../FluentKey.snk + + + 2.0.9 +