diff --git a/Samples.sln b/Samples.sln index e39db056..2746f3b9 100644 --- a/Samples.sln +++ b/Samples.sln @@ -7,6 +7,11 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Sample26", "Samples\Sample2 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample9", "Samples\Sample9\sample9.csproj", "{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA5AAF11-9B9A-4852-9E31-98FFB1E82881}" + ProjectSection(SolutionItems) = preProject + Directory.Packages.props = Directory.Packages.props + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Samples/Directory.Build.props b/Samples/Directory.Build.props index 676be454..28ebac41 100644 --- a/Samples/Directory.Build.props +++ b/Samples/Directory.Build.props @@ -1,6 +1,7 @@ - + + @@ -8,6 +9,7 @@ true false + true \ No newline at end of file diff --git a/Samples/Sample26/Sample26.fsproj b/Samples/Sample26/Sample26.fsproj index ad9f3dd8..0ed66e27 100644 --- a/Samples/Sample26/Sample26.fsproj +++ b/Samples/Sample26/Sample26.fsproj @@ -14,15 +14,15 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + contentfiles diff --git a/Samples/Sample9/sample9.csproj b/Samples/Sample9/sample9.csproj index bff0323d..8d34c684 100644 --- a/Samples/Sample9/sample9.csproj +++ b/Samples/Sample9/sample9.csproj @@ -7,22 +7,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - \ No newline at end of file