Skip to content

Commit

Permalink
force use of Microsoft.NETCore.UniversalWindowsPlatform 6.1.9 due to …
Browse files Browse the repository at this point in the history
…6.2.X being unlisted from NuGet
  • Loading branch information
dansiegel committed Feb 10, 2019
1 parent fd2d1d2 commit 6e81769
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<Version>24.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.7</Version>
<Version>6.1.9</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sandbox/Windows10/SampleData/SampleData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<Version>24.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.1.7</Version>
<Version>6.1.9</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
Expand Down
4 changes: 4 additions & 0 deletions Source/Prism/Prism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<None Include="**\*.Desktop.cs" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) ">
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
</ItemGroup>

<ItemGroup>
<Compile Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'netcoreapp3.0' " Remove="Navigation/**" />
<Compile Update="Properties\Resources.Designer.cs" DesignTime="True" AutoGen="True" DependentUpon="Resources.resx" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
Expand All @@ -19,6 +19,7 @@

<ItemGroup>
<PackageReference Include="DryIoc.dll" Version="3.0.2" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Unity.Container" Version="5.8.13" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Source/Windows10/Prism.Windows/Prism.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6e81769

Please sign in to comment.