File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 52
52
53
53
<!-- Target framework specific dependencies -->
54
54
<ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
55
- <PackageVersion Include =" Microsoft.Bcl.Cryptography" Version =" 9.0.4 " />
56
- <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 9.0.4 " />
57
- <PackageVersion Include =" System.Security.Cryptography.Pkcs" Version =" 9.0.4 " />
58
- <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 9.0.4 " />
59
- <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1 " />
55
+ <PackageVersion Include =" Microsoft.Bcl.Cryptography" Version =" 9.0.5 " />
56
+ <PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 9.0.5 " />
57
+ <PackageVersion Include =" System.Security.Cryptography.Pkcs" Version =" 9.0.5 " />
58
+ <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 9.0.5 " />
59
+ <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 9 .0.5 " />
60
60
</ItemGroup >
61
61
<ItemGroup Condition =" '$(TargetFramework)' != 'net9.0'" >
62
62
<PackageVersion Include =" Microsoft.Bcl.Cryptography" Version =" 8.0.0" />
63
63
<PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" 8.0.1" />
64
64
<PackageVersion Include =" System.Security.Cryptography.Pkcs" Version =" 8.0.1" />
65
65
<PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 8.0.1" />
66
- <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 9 .0.3 " />
66
+ <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.1 " />
67
67
</ItemGroup >
68
68
</Project >
You can’t perform that action at this time.
0 commit comments