Fix binding-redirects.Tests to work with net46.
This commit is contained in:
parent
acbef441b1
commit
742d48b596
3 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@ namespace Microsoft.DotNet.Tests
|
|||
{
|
||||
public class TestSetupFixture : TestBase
|
||||
{
|
||||
private const string Framework = "net451";
|
||||
private const string Framework = "net46";
|
||||
private const string Config = "Debug";
|
||||
private const string AppWithConfig = "AppWithRedirectsAndConfig";
|
||||
private const string AppWithoutConfig = "AppWithRedirectsNoConfig";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue