File tree Expand file tree Collapse file tree
benchmarks/Pure.DI.Benchmarks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <PackageReference Include =" Unity" Version =" 5.11.10" />
2525 <PackageReference Include =" DryIoc.dll" Version =" 5.4.3" />
2626 <PackageReference Include =" Autofac" Version =" 9.1.0" />
27- <PackageReference Include =" LightInject" Version =" 7.0.1 " />
27+ <PackageReference Include =" LightInject" Version =" 7.1.0 " />
2828 <PackageReference Include =" Ninject" Version =" 3.3.6" />
2929 <PackageReference Include =" Castle.Windsor" Version =" 6.0.0" />
3030 </ItemGroup >
Original file line number Diff line number Diff line change 1313 <ProjectReference Include =" ..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1414 <ProjectReference Include =" ..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1515 <ProjectReference Include =" ..\Clock\Clock.csproj" />
16- <PackageReference Include =" Avalonia" Version =" 12.0.3 " />
17- <PackageReference Include =" Avalonia.Desktop" Version =" 12.0.3 " />
18- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 12.0.3 " />
19- <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 12.0.3 " />
16+ <PackageReference Include =" Avalonia" Version =" 12.0.4 " />
17+ <PackageReference Include =" Avalonia.Desktop" Version =" 12.0.4 " />
18+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 12.0.4 " />
19+ <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 12.0.4 " />
2020 </ItemGroup >
2121
2222 <ItemGroup >
Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <ProjectReference Include =" ..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1212 <ProjectReference Include =" ..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
13- <PackageReference Include =" Avalonia" Version =" 12.0.3 " />
14- <PackageReference Include =" Avalonia.Desktop" Version =" 12.0.3 " />
15- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 12.0.3 " />
16- <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 12.0.3 " />
13+ <PackageReference Include =" Avalonia" Version =" 12.0.4 " />
14+ <PackageReference Include =" Avalonia.Desktop" Version =" 12.0.4 " />
15+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 12.0.4 " />
16+ <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 12.0.4 " />
1717 </ItemGroup >
1818</Project >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.5.1 " />
9+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.6.0 " />
1010 <PackageReference Include =" Moq" Version =" 4.20.72" />
1111 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
1212 <PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 1414 <ProjectReference Include =" ..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1515 <ProjectReference Include =" ..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1616 <ProjectReference Include =" ..\Clock\Clock.csproj" />
17- <PackageReference Include =" Avalonia" Version =" 12.0.3 " />
18- <PackageReference Include =" Avalonia.Desktop" Version =" 12.0.3 " />
19- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 12.0.3 " />
20- <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 12.0.3 " />
17+ <PackageReference Include =" Avalonia" Version =" 12.0.4 " />
18+ <PackageReference Include =" Avalonia.Desktop" Version =" 12.0.4 " />
19+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 12.0.4 " />
20+ <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 12.0.4 " />
2121 </ItemGroup >
2222
2323</Project >
Original file line number Diff line number Diff line change 88 <ProjectReference Include =" ..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
99 <ProjectReference Include =" ..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
1010 <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.8" />
11- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.1.7 " />
11+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.2.1 " />
1212 <ProjectReference Include =" ..\Clock\Clock.csproj" />
1313 <Compile Include =" ..\..\src\Pure.DI.MS\any\Pure.DI\MS\*.cs" Link =" " />
1414 </ItemGroup >
Original file line number Diff line number Diff line change 44 <ProjectReference Include =" ..\..\src\Pure.DI\Pure.DI.csproj" />
55 <ProjectReference Include =" ..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" />
66 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(AnalyzerRoslynPackageVersion)" PrivateAssets =" all" />
7- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.5.1 " />
7+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.6.0 " />
88 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
99 <PackageReference Include =" Moq" Version =" 4.20.72" />
1010 <PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 22
33 <ItemGroup >
44 <ProjectReference Include =" ..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" />
5- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.5.1 " />
5+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.6.0 " />
66 <PackageReference Include =" Shouldly" Version =" 4.3.0" />
77 <PackageReference Include =" Moq" Version =" 4.20.72" />
88 <PackageReference Include =" xunit" Version =" 2.9.3" />
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.5.1 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.6.0 " />
1313 <PackageReference Include =" xunit" Version =" 2.9.3" />
1414 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
1515 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments