Skip to content

Commit

Permalink
try remove no-optimize from test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Apr 14, 2023
1 parent c65d1cf commit 143448a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/NUnitFramework/nunitlite.tests/nunitlite.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<OutputType>Exe</OutputType>
<RootNamespace>NUnitLite.Tests</RootNamespace>
<TargetFrameworks>$(NUnitRuntimeFrameworks)</TargetFrameworks>
<Optimize>false</Optimize>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/NUnitFramework/tests/nunit.framework.tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<!-- Either NUnit or NUnitLite is not loading assemblies in a way that properly respects the
nunit.framework.tests.deps.json file. Maybe fixed by https://github.com/nunit/nunit/issues/3353? -->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Optimize>false</Optimize>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 143448a

Please sign in to comment.