diff --git a/SharedInfrastructure.sln b/SharedInfrastructure.sln index be3e149..02d288e 100644 --- a/SharedInfrastructure.sln +++ b/SharedInfrastructure.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29709.97 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36310.24 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedInfrastructure.Tests", "tests\SharedInfrastructure.Tests\SharedInfrastructure.Tests.csproj", "{1664B46A-D99F-4C66-9424-A3A17C926A4C}" EndProject @@ -66,10 +66,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "targets", "targets", "{A411 EndProjectSection EndProject Global - GlobalSection(SharedMSBuildProjectFiles) = preSolution - src\SharedInfrastructure\SharedInfrastructure.projitems*{1664b46a-d99f-4c66-9424-a3a17c926a4c}*SharedItemsImports = 5 - src\SharedInfrastructure\SharedInfrastructure.projitems*{68a8cc40-6aed-4e96-b524-31b1158fdeea}*SharedItemsImports = 13 - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU @@ -95,4 +91,8 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {CDD6BE8E-01A1-4A70-AA7E-F1D64E8FA829} EndGlobalSection + GlobalSection(SharedMSBuildProjectFiles) = preSolution + src\SharedInfrastructure\SharedInfrastructure.projitems*{1664b46a-d99f-4c66-9424-a3a17c926a4c}*SharedItemsImports = 5 + src\SharedInfrastructure\SharedInfrastructure.projitems*{68a8cc40-6aed-4e96-b524-31b1158fdeea}*SharedItemsImports = 13 + EndGlobalSection EndGlobal diff --git a/msbuild/props/SixLabors.Src.props b/msbuild/props/SixLabors.Src.props index 30a45e9..8a80ef2 100644 --- a/msbuild/props/SixLabors.Src.props +++ b/msbuild/props/SixLabors.Src.props @@ -24,8 +24,6 @@ true @@ -47,6 +45,19 @@ normal + + + + + + + + + $(TargetsForTfmSpecificContentInPackage);_SixLabors_AddLicensingFiles + + + + + + + + + + build\$(PackageId).targets + + + + + build\net8.0\SixLabors.Licensing.dll + + + + + build\net472\SixLabors.Licensing.dll + + + + + + + + +