Skip to content

Commit

Permalink
Update DisableRuntimeMarshallingTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 9, 2022
1 parent 04e66a6 commit 951c377
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1682,8 +1682,7 @@ private static async Task VerifyVBAnalyzerAsync(string source)
{
var test = new VerifyVB.Test
{
ReferenceAssemblies = new ReferenceAssemblies("net7.0", new PackageIdentity("Microsoft.NETCore.App.Ref", "7.0.0-preview.1.22075.6"), Path.Combine("ref", "net7.0"))
.WithNuGetConfigFilePath(Path.Combine(Path.GetDirectoryName(typeof(DisableRuntimeMarshallingTests).Assembly.Location), "NuGet.config")),
ReferenceAssemblies = ReferenceAssemblies.Net.Net70,
TestCode = source,
FixedCode = source
};
Expand Down

0 comments on commit 951c377

Please sign in to comment.