Skip to content

Commit 951c377

Browse files
authored
Update DisableRuntimeMarshallingTests.cs
1 parent 04e66a6 commit 951c377

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/InteropServices/DisableRuntimeMarshallingTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,8 +1682,7 @@ private static async Task VerifyVBAnalyzerAsync(string source)
16821682
{
16831683
var test = new VerifyVB.Test
16841684
{
1685-
ReferenceAssemblies = new ReferenceAssemblies("net7.0", new PackageIdentity("Microsoft.NETCore.App.Ref", "7.0.0-preview.1.22075.6"), Path.Combine("ref", "net7.0"))
1686-
.WithNuGetConfigFilePath(Path.Combine(Path.GetDirectoryName(typeof(DisableRuntimeMarshallingTests).Assembly.Location), "NuGet.config")),
1685+
ReferenceAssemblies = ReferenceAssemblies.Net.Net70,
16871686
TestCode = source,
16881687
FixedCode = source
16891688
};

0 commit comments

Comments
 (0)