Skip to content

Commit

Permalink
Fix System.IO.FileSystem.DisabledFileLocking.Tests with NativeAOT (do…
Browse files Browse the repository at this point in the history
…tnet#72311)

dotnet#72310 tracks supporting runtimeconfig.template.json. Use the MSBuild property instead as that one works.
  • Loading branch information
MichalStrehovsky authored Jul 16, 2022
1 parent 50fa756 commit 46c23e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
<ItemGroup>
<ProjectReference Include="$(CommonTestPath)StreamConformanceTests\StreamConformanceTests.csproj" />
</ItemGroup>
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.IO.DisableFileLocking" Value="true" />
</ItemGroup>
</Project>

This file was deleted.

0 comments on commit 46c23e7

Please sign in to comment.