Skip to content

Commit 6b93a09

Browse files
committed
AC-138025: Updated Microsoft.Extensions.Configuration to 10.0.7
1 parent 64af3d6 commit 6b93a09

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

UnitTesting/T280/CodeSnippets/Activity1.1/PhoneRepairShop_Code.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.7" />
19-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.7" />
2020
<PackageReference Include="Moq" Version="4.20.72" />
2121
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
2222
<PackageReference Include="xunit" Version="2.4.2" />

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/PhoneRepairShop_Code.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.7" />
19-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />
19+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.7" />
2020
<PackageReference Include="Moq" Version="4.20.72" />
2121
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
2222
<PackageReference Include="xunit" Version="2.4.2" />

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/app.config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
1111
<bindingRedirect oldVersion="0.0.0.0-10.0.0.7" newVersion="10.0.0.7" />
1212
</dependentAssembly>
13+
<dependentAssembly>
14+
<assemblyIdentity name="Microsoft.Extensions.Configuration" publicKeyToken="adb9793829ddae60" culture="neutral" />
15+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.7" newVersion="10.0.0.7" />
16+
</dependentAssembly>
17+
<dependentAssembly>
18+
<assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
19+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.7" newVersion="10.0.0.7" />
20+
</dependentAssembly>
21+
<dependentAssembly>
22+
<assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" />
23+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.7" newVersion="10.0.0.7" />
24+
</dependentAssembly>
1325
<dependentAssembly>
1426
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
1527
<bindingRedirect oldVersion="0.0.0.0-4.2.4.0" newVersion="4.2.4.0" />

UnitTesting/T280/PhoneRepairShop_Code/PhoneRepairShop_Code.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Castle.Core" version="5.1.1" targetFramework="net48" />
44
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.7" targetFramework="net48" />
5-
<package id="Microsoft.Extensions.Configuration" version="10.0.5" targetFramework="net48" />
5+
<package id="Microsoft.Extensions.Configuration" version="10.0.7" targetFramework="net48" />
66
<package id="Moq" version="4.20.72" targetFramework="net48" />
77
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net48" />
88
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />

0 commit comments

Comments
 (0)