Skip to content

Commit

Permalink
Remove runtime identifier from project file; it is not necessary exce…
Browse files Browse the repository at this point in the history
…pt iotedgequickstart and leafdeivce; which runtime identifier is already specified in build script. (Azure#1323)
  • Loading branch information
philipktlin authored Jun 11, 2019
1 parent 4a1087b commit b255f57
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<PropertyGroup Condition="'$(OS)|$(DotNet_Runtime)' == 'Unix|netcoreapp3.0'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<PropertyGroup Condition="'$(OS)|$(DotNet_Runtime)' == 'Unix|netcoreapp3.0'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
<!--
MVC requires compilation context to be available. Compilation context tells it if
a library references MVC which is used as a filter to skip assemblies that are deemed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<PropertyGroup Condition="'$(OS)|$(Platform)' == 'Unix|ARM64'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion smoke/IotEdgeQuickstart/IotEdgeQuickstart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<PropertyGroup Condition="'$(OS)|$(DotNet_Runtime)' == 'Unix|netcoreapp3.0'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion smoke/LeafDevice/LeafDevice.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<PropertyGroup Condition="'$(OS)|$(DotNet_Runtime)' == 'Unix|netcoreapp3.0'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<PropertyGroup Condition="'$(OS)|$(DotNet_Runtime)' == 'Unix|netcoreapp3.0'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<PropertyGroup Condition="'$(OS)|$(DotNet_Runtime)' == 'Unix|netcoreapp3.0'">
<TargetFramework>netcoreapp3.0</TargetFramework>
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit b255f57

Please sign in to comment.