File tree Expand file tree Collapse file tree
PhoneRepairShop_Code/PhoneRepairShop_Code.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments