Skip to content

Commit

Permalink
Updated to current version of NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Apr 28, 2020
1 parent 44343ea commit 23d7140
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions source/Aehnlich/Aehnlich/Aehnlich.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Xaml.Behaviors, Version=0.0.0.0, Culture=neutral, PublicKeyToken=189c7f39020fabe0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MWindowLib.1.3.0.2\lib\net452\Microsoft.Xaml.Behaviors.dll</HintPath>
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MWindowLib.1.3.1.2\lib\net452\Microsoft.Xaml.Behaviors.dll</HintPath>
</Reference>
<Reference Include="MLib, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MLib.1.3.0.1\lib\net40\MLib.dll</HintPath>
<Reference Include="MLib, Version=1.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MLib.1.3.1.2\lib\net40\MLib.dll</HintPath>
</Reference>
<Reference Include="MWindowInterfacesLib, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MWindowLib.1.3.0.2\lib\net452\MWindowInterfacesLib.dll</HintPath>
<Reference Include="MWindowInterfacesLib, Version=1.3.1.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MWindowLib.1.3.1.2\lib\net452\MWindowInterfacesLib.dll</HintPath>
</Reference>
<Reference Include="MWindowLib, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MWindowLib.1.3.0.2\lib\net452\MWindowLib.dll</HintPath>
<Reference Include="MWindowLib, Version=1.3.1.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.MWindowLib.1.3.1.2\lib\net452\MWindowLib.dll</HintPath>
</Reference>
<Reference Include="SuggestBoxLib, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Dirkster.SuggestBoxLib.1.2.1\lib\net451\SuggestBoxLib.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions source/Aehnlich/Aehnlich/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<package id="Dirkster.AvalonDock" version="4.10.0" targetFramework="net452" />
<package id="Dirkster.AvalonDock.Themes.VS2013" version="4.10.0" targetFramework="net452" />
<package id="Dirkster.HL" version="1.0.4" targetFramework="net452" />
<package id="Dirkster.MLib" version="1.3.0.1" targetFramework="net452" />
<package id="Dirkster.MWindowLib" version="1.3.0.2" targetFramework="net452" />
<package id="Dirkster.MLib" version="1.3.1.2" targetFramework="net452" />
<package id="Dirkster.MWindowLib" version="1.3.1.2" targetFramework="net452" />
<package id="Dirkster.SuggestBoxLib" version="1.2.1" targetFramework="net452" />
<package id="Dirkster.UserNotifications" version="1.5.1" targetFramework="net452" />
<package id="log4net" version="2.0.8" targetFramework="net452" />
Expand Down
4 changes: 2 additions & 2 deletions source/Aehnlich/Components/Settings/Settings/Settings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="MLib, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\Dirkster.MLib.1.3.0.1\lib\net40\MLib.dll</HintPath>
<Reference Include="MLib, Version=1.3.1.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\Dirkster.MLib.1.3.1.2\lib\net40\MLib.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dirkster.MLib" version="1.3.0.1" targetFramework="net452" />
<package id="Dirkster.MLib" version="1.3.1.2" targetFramework="net452" />
<package id="log4net" version="2.0.8" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion source/AehnlichLib_UnitTests/AehnlichLib_UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
</ItemGroup>
Expand Down

0 comments on commit 23d7140

Please sign in to comment.