diff --git a/Directory.Build.props b/Directory.Build.props index d3f163e..0c6d26d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -29,15 +29,4 @@ $(MSBuildStartupDirectory)/build/Managed/UnityEngine.dll - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/samples/SherlogServer/SherlogServer.csproj b/samples/SherlogServer/SherlogServer.csproj index 991c965..7eab9ec 100644 --- a/samples/SherlogServer/SherlogServer.csproj +++ b/samples/SherlogServer/SherlogServer.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/Sherlog.Formatters.Tests/Sherlog.Formatters.Tests.csproj b/tests/Sherlog.Formatters.Tests/Sherlog.Formatters.Tests.csproj index 6fd0e24..f57051b 100644 --- a/tests/Sherlog.Formatters.Tests/Sherlog.Formatters.Tests.csproj +++ b/tests/Sherlog.Formatters.Tests/Sherlog.Formatters.Tests.csproj @@ -7,12 +7,18 @@ - - - + + + - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/tests/Sherlog.Tests/Sherlog.Tests.csproj b/tests/Sherlog.Tests/Sherlog.Tests.csproj index b8ac078..a0f92e0 100644 --- a/tests/Sherlog.Tests/Sherlog.Tests.csproj +++ b/tests/Sherlog.Tests/Sherlog.Tests.csproj @@ -7,12 +7,18 @@ - - - + + + - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +