limit runtime to only prod server env

This commit is contained in:
Collin M. Barrett 2017-04-16 13:45:45 -05:00
parent 48ed547c99
commit f4aea9e9e1
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<RuntimeIdentifiers>ubuntu.16.04-x64;ubuntu.14.04-x64;win7-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>ubuntu.16.04-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>