Fix tests for 9.0 runtime targeting
This commit is contained in:
parent
83acde0e59
commit
a95d4544b8
2 changed files with 7 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
|||
{
|
||||
var testProjectCreator = new TestProjectCreator()
|
||||
{
|
||||
MinorVersion = "8.0"
|
||||
MinorVersion = "9.0"
|
||||
};
|
||||
|
||||
testProjectCreator.AdditionalProperties["RestorePackagesPath"] = @"$(MSBuildProjectDirectory)\packages";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue