Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jun 5, 2019
1 parent da36c92 commit 05f5a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<UseWpf>true</UseWpf>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0.16299'">
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="2.3.151" PrivateAssets="all" />
Expand Down

0 comments on commit 05f5a09

Please sign in to comment.