Skip to content

Commit

Permalink
move test.runsettings one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
gintsk committed Mar 4, 2024
1 parent 2389993 commit 0fbeb2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MimeMapping.Tests/MimeMapping.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0;net6.0;net48</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSUnixLike())">net8.0;net6.0</TargetFrameworks>
<RunSettingsFilePath>$(MSBuildThisFileDirectory)/test.runsettings</RunSettingsFilePath>
<RunSettingsFilePath>$(MSBuildThisFileDirectory)..\test.runsettings</RunSettingsFilePath>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down
File renamed without changes.

0 comments on commit 0fbeb2d

Please sign in to comment.