Skip to content

Commit

Permalink
Update to net46
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Mar 21, 2017
1 parent fcb4b6d commit 67f1571
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -40,3 +40,4 @@ node_modules
launchSettings.json
.vscode/
TestResults/
global.json
3 changes: 1 addition & 2 deletions samples/MusicStore/MusicStore.csproj
Expand Up @@ -4,8 +4,7 @@

<PropertyGroup>
<Description>Music store application on ASP.NET Core</Description>
<Authors>Microsoft</Authors>
<TargetFrameworks>net451;netcoreapp1.1</TargetFrameworks>
<TargetFrameworks>net46;netcoreapp1.1</TargetFrameworks>
<DefineConstants>$(DefineConstants);DEMO</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RuntimeIdentifiers>win7-x64;win7-x86;win81-x64;win81-x86;win10-x64;win10-x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.15.04-x64;ubuntu.16.04-x64;centos.7-x64;rhel.7.2-x64</RuntimeIdentifiers>
Expand Down
2 changes: 1 addition & 1 deletion test/E2ETests/SmokeTests.cs
Expand Up @@ -184,7 +184,7 @@ public SmokeTests(ILogger logger)
SiteName = "MusicStoreTestSite",
PublishApplicationBeforeDeployment = true,
PreservePublishedApplicationForDebugging = Helpers.PreservePublishedApplicationForDebugging,
TargetFramework = runtimeFlavor == RuntimeFlavor.Clr ? "net451" : "netcoreapp1.1",
TargetFramework = runtimeFlavor == RuntimeFlavor.Clr ? "net46" : "netcoreapp1.1",
Configuration = Helpers.GetCurrentBuildConfiguration(),
ApplicationType = applicationType,
UserAdditionalCleanup = parameters =>
Expand Down
2 changes: 1 addition & 1 deletion test/MusicStore.Test/MusicStore.Test.csproj
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\..\build\dependencies.props" />

<PropertyGroup>
<TargetFrameworks>netcoreapp1.1;net452</TargetFrameworks>
<TargetFrameworks>netcoreapp1.1;net46</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netcoreapp1.1</TargetFrameworks>
</PropertyGroup>

Expand Down

0 comments on commit 67f1571

Please sign in to comment.