Skip to content

Commit

Permalink
Remove workaround for .NET SDK 7.0.100
Browse files Browse the repository at this point in the history
This is no longer needed with .NET SDK 7.0.101 or higher.
  • Loading branch information
kleisauke committed Mar 7, 2023
1 parent ad0a05d commit 54a7f33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ partial class Build : NukeBuild

[Parameter("Build and create NuGet packages")] public bool Package { get; }

// FIXME: Broken on .NET SDK 7.0.100, see: https://github.com/microsoft/vstest/issues/4014
[Parameter("Test with a globally installed libvips")] public bool GlobalVips { get; }

AbsolutePath SourceDirectory => RootDirectory / "src";
Expand Down
2 changes: 1 addition & 1 deletion tests/NetVips.Tests/NetVips.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{9A19103F-16F7-4668-BE54-9A1E7A4F7556}</ProjectTypeGuids>
<TestProjectType>UnitTest</TestProjectType>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<TestWithNuGetBinaries>true</TestWithNuGetBinaries>
<TestWithNuGetBinaries>false</TestWithNuGetBinaries>
</PropertyGroup>

<!-- https://github.com/mono/mono/issues/15569 -->
Expand Down

0 comments on commit 54a7f33

Please sign in to comment.