Update tests for .NET 6
This commit is contained in:
parent
66318e6fc4
commit
9ec9fce35e
5 changed files with 11 additions and 19 deletions
|
@ -17,7 +17,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
|||
{
|
||||
var testProjectCreator = new TestProjectCreator()
|
||||
{
|
||||
MinorVersion = "5.0"
|
||||
MinorVersion = "6.0"
|
||||
};
|
||||
|
||||
testProjectCreator.AdditionalProperties["RestorePackagesPath"] = @"$(MSBuildProjectDirectory)\packages";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue