Skip to content

Commit

Permalink
Remove MSBuildSdkExtras workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetrou committed Oct 6, 2019
1 parent 2cebdf9 commit b7c7ae2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/Caliburn.Micro.Core/Caliburn.Micro.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<RootNamespace>Caliburn.Micro</RootNamespace>
</PropertyGroup>

<!-- Workaround for https://github.com/onovotny/MSBuildSdkExtras/issues/173 -->
<PropertyGroup Label="Android DesignTimeBuild error workaround">
<DesignTimeBuild>false</DesignTimeBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net45'">
<AssemblyOriginatorKeyFile>.\..\Caliburn.Micro.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
Expand Down
5 changes: 0 additions & 5 deletions src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<RootNamespace>Caliburn.Micro</RootNamespace>
</PropertyGroup>

<!-- Workaround for https://github.com/onovotny/MSBuildSdkExtras/issues/173 -->
<PropertyGroup Label="Android DesignTimeBuild error workaround">
<DesignTimeBuild>false</DesignTimeBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'Xamarin.iOS10' or '$(TargetFramework)' == 'MonoAndroid80'">
<DefineConstants>XFORMS</DefineConstants>
</PropertyGroup>
Expand Down

0 comments on commit b7c7ae2

Please sign in to comment.