File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Stravaig.ShortCode.DependencyInjection Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 44
55Date: ???
66
7- ### Bugs
8-
9- ### Features
10-
11- ### Miscellaneous
12-
137### Dependencies
148
15-
9+ - General
10+ - Bump Stravaig.Extensions.Logging.Diagnostics to 1.0.1
11+ - .NET Standard 2.0
12+ - Bump Microsoft.Extensions.Logging.Abstractions to 3.1.17
13+ - Bump Microsoft.Extensions.DependencyInjection.Abstractions to 3.1.17
14+ - Bump Microsoft.Extensions.Options to 3.1.17
15+ - Bump Microsoft.Extensions.Options.ConfigurationExtensions to 3.1.17
16+ - .NET 5.0
17+ - Bump Microsoft.Extensions.DependencyInjection to 5.0.2
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Build run details at: $(StravaigWorkflowUrl)
2424 </PropertyGroup >
2525
2626 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
27- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.16 " />
28- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.1.16 " />
27+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.17 " />
28+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.1.17 " />
2929 </ItemGroup >
3030
3131 <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Build run details at: $(StravaigWorkflowUrl)
2525 </PropertyGroup >
2626
2727 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
28- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.16 " />
29- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 3.1.16 " />
28+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 3.1.17 " />
29+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 3.1.17 " />
3030 </ItemGroup >
3131
3232 <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
You can’t perform that action at this time.
0 commit comments