File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 86
86
<PackageVersion Include =" Microsoft.CSharp" Version =" 4.7.0" />
87
87
<PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 4.14.0" />
88
88
<PackageVersion Include =" Microsoft.Coyote" Version =" 1.7.11" />
89
- <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.0 " />
90
- <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 9.0.0 " />
91
- <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 9.0.0 " />
92
- <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.0 " />
93
- <PackageVersion Include =" Microsoft.Extensions.Telemetry.Abstractions" Version =" 9.0 .0" />
89
+ <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 9.0.9 " />
90
+ <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 9.0.9 " />
91
+ <PackageVersion Include =" Microsoft.Extensions.Http" Version =" 9.0.9 " />
92
+ <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.9 " />
93
+ <PackageVersion Include =" Microsoft.Extensions.Telemetry.Abstractions" Version =" 9.9 .0" />
94
94
<PackageVersion Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" />
95
95
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
96
96
<PackageVersion Include =" MinVer" Version =" 6.0.0" />
108
108
</ItemGroup >
109
109
110
110
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
111
- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.8 " />
111
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.20 " />
112
112
</ItemGroup >
113
113
114
114
<ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
115
- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.0 " />
115
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.9 " />
116
116
</ItemGroup >
117
117
118
118
</Project >
Original file line number Diff line number Diff line change 9
9
reference is needed to mitigate:
10
10
https://github.com/advisories/GHSA-hh2w-p6rv-4g7w. Remove this if Coyote
11
11
publishes a fixed version. -->
12
- <PackageReference Include =" System.Text.Json" VersionOverride =" 8.0.5 " />
12
+ <PackageReference Include =" System.Text.Json" VersionOverride =" 8.0.6 " />
13
13
</ItemGroup >
14
14
15
15
</Project >
You can’t perform that action at this time.
0 commit comments