Skip to content

Commit c7d916a

Browse files
committed
Updating references
1 parent ebc2dee commit c7d916a

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/Unity.Container.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</ItemGroup>
5858

5959
<ItemGroup Condition="!Exists('$(UnityAbstractions)')">
60-
<PackageReference Include="Unity.Abstractions" Version="$(UnityAbstractionsVersion)" />
60+
<PackageReference Include="Unity.Abstractions" Version="5.11.1" />
6161
</ItemGroup>
6262

6363
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
@@ -84,7 +84,7 @@
8484
</PropertyGroup>
8585

8686
<ItemGroup>
87-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05">
87+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
8888
<PrivateAssets>all</PrivateAssets>
8989
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
9090
</PackageReference>

tests/Unity.Diagnostic/Unity.Specification.Tests.Diagnostic.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
14-
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
14+
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

tests/Unity.Specification/Unity.Specification.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
14-
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
14+
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

tests/Unity.Tests/Unity.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
13-
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
13+
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)