Fix tests for 9.0 runtime targeting

This commit is contained in:
Marc Paine 2023-09-29 11:42:14 -07:00
parent 83acde0e59
commit a95d4544b8
2 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
{
var testProjectCreator = new TestProjectCreator()
{
MinorVersion = "8.0"
MinorVersion = "9.0"
};
testProjectCreator.AdditionalProperties["RestorePackagesPath"] = @"$(MSBuildProjectDirectory)\packages";