|
17 | 17 |
|
18 | 18 | <ItemGroup>
|
19 | 19 | <PackageReference Include="Azure.Core" Version="1.44.1" />
|
20 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.11" /> |
21 |
| - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.11" /> |
22 |
| - <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="8.0.11" /> |
23 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.11" /> |
24 |
| - <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.11" /> |
25 |
| - <PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="8.0.11" /> |
26 |
| - <PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="8.0.11" /> |
27 |
| - <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.11" /> |
28 |
| - <PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[8.0.11,9)" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="[8.0.11,9)" /> |
| 22 | + <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="[8.0.11,9)" /> |
| 23 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="[8.0.11,9)" /> |
| 24 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="[8.0.11,9)" /> |
| 25 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="[8.0.11,9)" /> |
| 26 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="[8.0.11,9)" /> |
| 27 | + <PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="[8.0.11,9)" /> |
| 28 | + <PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="[8.0.0,9)" /> |
29 | 29 | <PackageReference Include="Microsoft.Azure.SignalR" Version="1.28.0" />
|
30 | 30 | <PackageReference Include="Microsoft.Extensions.DiagnosticAdapter" Version="3.1.32" />
|
31 |
| - <PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="8.0.11" /> |
| 31 | + <PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="[8.0.11,9)" /> |
32 | 32 | <PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
|
33 | 33 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
|
34 | 34 | <PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="1.0.0-preview.2" />
|
|
38 | 38 | <PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
|
39 | 39 | <PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
|
40 | 40 | <PackageReference Include="Scrutor" Version="5.0.2" />
|
41 |
| - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> |
42 |
| - <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" /> |
| 41 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="[6.6.2,6.7)" /> |
| 42 | + <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="[6.6.2,6.7)" /> |
43 | 43 | <PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="8.0.2" />
|
44 |
| - <PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.6.2" /> |
45 |
| - <PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.6.2" /> |
46 |
| - <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" /> |
| 44 | + <PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="[6.6.2,6.7)" /> |
| 45 | + <PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="[6.6.2,6.7)" /> |
| 46 | + <PackageReference Include="System.Diagnostics.DiagnosticSource" Version="[8.0.1,9)" /> |
47 | 47 | <PackageReference Include="System.Linq.Async" Version="6.0.1" />
|
48 | 48 | <PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
|
49 | 49 | <PackageReference Include="VirtoCommerce.BuildWebpack" Version="1.0.0" />
|
|
52 | 52 | <!--Workaround for vulnerable transitive packages-->
|
53 | 53 | <ItemGroup>
|
54 | 54 | <PackageReference Include="MessagePack" Version="2.5.192" />
|
55 |
| - <PackageReference Include="System.Text.Json" Version="8.0.5" /> |
| 55 | + <PackageReference Include="System.Text.Json" Version="[8.0.5,9)" /> |
56 | 56 | </ItemGroup>
|
57 | 57 |
|
58 | 58 | <!--Temporary packages to be removed-->
|
59 | 59 | <ItemGroup>
|
60 |
| - <PackageReference Include="Microsoft.Bcl.TimeProvider" Version="8.0.1" /> |
| 60 | + <PackageReference Include="Microsoft.Bcl.TimeProvider" Version="[8.0.1,9)" /> |
61 | 61 | </ItemGroup>
|
62 | 62 |
|
63 | 63 | <ItemGroup>
|
|
0 commit comments