Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
update nugets and remove old dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
mgomar committed Feb 5, 2019
1 parent 8f96083 commit b55b1ab
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 38 deletions.
11 changes: 7 additions & 4 deletions Source/CouponReader.Common/CouponReader.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,20 @@
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls">
<Version>5.1.0-build.14.g97c3f5c88d</Version>
</PackageReference>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.XamlHost">
<Version>5.1.0-build.14.g97c3f5c88d</Version>
</PackageReference>
<PackageReference Include="Prism.Core">
<Version>7.2.0.679-ci</Version>
<Version>7.2.0.853-ci</Version>
</PackageReference>
<PackageReference Include="Prism.Wpf">
<Version>7.2.0.660-ci</Version>
<Version>7.2.0.853-ci</Version>
</PackageReference>
<PackageReference Include="System.Runtime.WindowsRuntime">
<Version>4.6.0-dev.18570.1</Version>
<Version>4.6.0-preview.19073.11</Version>
</PackageReference>
<PackageReference Include="System.Runtime.WindowsRuntime.UI.Xaml">
<Version>4.6.0-dev.18570.1</Version>
<Version>4.6.0-preview.19073.11</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
12 changes: 1 addition & 11 deletions Source/CouponReader.Common/app.config
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Prism" publicKeyToken="40ee6c3a2184dc59" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-7.2.0.679" newVersion="7.2.0.679" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Toolkit.Wpf.UI.XamlHost" publicKeyToken="4aff67a105548ee2" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
</dependentAssembly>
</assemblyBinding>
<runtime>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="5.1.0-build.14.g97c3f5c88d" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.660-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.853-ci" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Source/CouponReader.Core.Wpf/CouponReader.Core.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="5.1.0-build.14.g97c3f5c88d" />
<PackageReference Include="Prism.Core" Version="7.2.0.679-ci" />
<PackageReference Include="Prism.DryIoc" Version="7.2.0.660-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.660-ci" />
<PackageReference Include="Prism.Core" Version="7.2.0.853-ci" />
<PackageReference Include="Prism.DryIoc" Version="7.2.0.853-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.853-ci" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/CouponReader.Forms/CouponReader.WindowsForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prism.Core">
<Version>7.2.0.679-ci</Version>
<Version>7.2.0.853-ci</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
18 changes: 9 additions & 9 deletions Source/CouponReader.Tests/CouponReader.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
<Import Project="..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -40,10 +40,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
<HintPath>..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
<HintPath>..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -52,23 +52,23 @@
<Compile Include="CouponsServiceTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CouponReader.Common\CouponReader.Common.csproj">
<Project>{612c0cbe-0baa-4662-859c-dd6cc9a59498}</Project>
<Name>CouponReader.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets'))" />
</Target>
<Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
<Import Project="..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" />
</Project>
4 changes: 2 additions & 2 deletions Source/CouponReader.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
<package id="MSTest.TestAdapter" version="1.4.0" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.4.0" targetFramework="net472" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.Controls" Version="5.1.0-build.14.g97c3f5c88d" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.660-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.853-ci" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.WindowsRuntime" Version="4.6.0-dev.18570.1" />
<PackageReference Include="System.Runtime.WindowsRuntime.UI.Xaml" Version="4.6.0-dev.18570.1" />
<PackageReference Include="System.Runtime.WindowsRuntime" Version="4.6.0-preview.19073.11" />
<PackageReference Include="System.Runtime.WindowsRuntime.UI.Xaml" Version="4.6.0-preview.19073.11" />
<Reference Include="Windows">
<HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath>
<IsWinMDFile>true</IsWinMDFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<PackageReference Include="Microsoft.Toolkit.Wpf.UI.XamlHost">
<Version>5.1.0-build.14.g97c3f5c88d</Version>
</PackageReference>
<PackageReference Include="Prism.Wpf" Version="7.2.0.660-ci" />
<PackageReference Include="Prism.Wpf" Version="7.2.0.853-ci" />
</ItemGroup>
<ItemGroup>
<Page Include="Views\LoginView.xaml">
Expand Down
6 changes: 3 additions & 3 deletions Source/CouponReader.Wpf/CouponReader.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Prism.Core">
<Version>7.2.0.679-ci</Version>
<Version>7.2.0.853-ci</Version>
</PackageReference>
<PackageReference Include="Prism.DryIoc">
<Version>7.2.0.660-ci</Version>
<Version>7.2.0.853-ci</Version>
</PackageReference>
<PackageReference Include="Prism.Wpf">
<Version>7.2.0.660-ci</Version>
<Version>7.2.0.853-ci</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit b55b1ab

Please sign in to comment.