Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…logging into v5.x
  • Loading branch information
ENikS committed Mar 2, 2019
2 parents 7eab3b5 + 2bd8f20 commit d4e1413
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<UnityAbstractionsVersion>4.0.*</UnityAbstractionsVersion>
<UnityAbstractionsVersion>4.1.*</UnityAbstractionsVersion>
<UnityContainerVersion>5.9.*</UnityContainerVersion>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Unity.Microsoft.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="System.ValueTuple" Version="4.5.*" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion tests/Unity.Microsoft.Logging.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>
Expand Down

0 comments on commit d4e1413

Please sign in to comment.