File tree 4 files changed +15
-15
lines changed
Catglobe.CgScript.Deployment
Catglobe.CgScript.Runtime
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 40
40
</ItemGroup >
41
41
42
42
<ItemGroup >
43
- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.3 " />
44
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.3 " />
45
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9.0.3 " />
46
- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9.0.3 " />
47
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9.0.3 " />
48
- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.3 " />
43
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.5 " />
44
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.5 " />
45
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9.0.5 " />
46
+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 9.0.5 " />
47
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9.0.5 " />
48
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.5 " />
49
49
</ItemGroup >
50
50
51
51
</Project >
Original file line number Diff line number Diff line change 30
30
31
31
<ItemGroup >
32
32
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
33
- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.3 " />
33
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 9.0.5 " />
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.3 " />
13
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 9.0.3 " />
12
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9.0.5 " />
13
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 9.0.5 " />
14
14
</ItemGroup >
15
15
16
16
</Project >
Original file line number Diff line number Diff line change 11
11
<ProjectReference Include =" ..\..\..\Catglobe.CgScript.Deployment\Catglobe.CgScript.Deployment.csproj" />
12
12
<ProjectReference Include =" ..\..\..\Catglobe.CgScript.Runtime\Catglobe.CgScript.Runtime.csproj" />
13
13
<ProjectReference Include =" ..\BlazorWebApp.Client\BlazorWebApp.Client.csproj" />
14
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9.0.3 " />
15
- <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9.0.3 " />
16
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 9.0.3 " />
17
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.3 " />
18
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.3 " >
14
+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9.0.5 " />
15
+ <PackageReference Include =" Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version =" 9.0.5 " />
16
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 9.0.5 " />
17
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.5 " />
18
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.5 " >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
</PackageReference >
22
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9.0.3 " />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 9.0.5 " />
23
23
<PackageReference Include =" Microsoft.Extensions.ServiceDiscovery.Yarp" Version =" 9.1.0" />
24
24
</ItemGroup >
25
25
You can’t perform that action at this time.
0 commit comments