|
28 | 28 | <PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.143" />
|
29 | 29 | </ItemGroup>
|
30 | 30 |
|
| 31 | + <ItemGroup Label="System.Text.Json Vulnerability"> |
| 32 | + <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json --> |
| 33 | + <PackageVersion Include="System.Text.Json" Version="8.0.5"/> |
| 34 | + </ItemGroup> |
| 35 | + |
31 | 36 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
|
32 | 37 | <PackageVersion Include="Microsoft.Extensions.Logging" Version="3.1.32"/>
|
33 | 38 | <PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.32"/>
|
|
40 | 45 | <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="3.1.32"/>
|
41 | 46 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.1"/>
|
42 | 47 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="3.2.1"/>
|
43 |
| - |
44 |
| - <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json --> |
45 |
| - <PackageVersion Include="System.Text.Json" Version="6.0.10"/> |
46 | 48 | </ItemGroup>
|
47 | 49 |
|
48 | 50 | <ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
|
|
57 | 59 | <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0"/>
|
58 | 60 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.17"/>
|
59 | 61 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="5.0.17"/>
|
60 |
| - |
61 |
| - <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json --> |
62 |
| - <PackageVersion Include="System.Text.Json" Version="6.0.10"/> |
63 | 62 | </ItemGroup>
|
64 | 63 |
|
65 | 64 | <ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
|
|
73 | 72 | <PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="6.0.33"/>
|
74 | 73 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.33"/>
|
75 | 74 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.33"/>
|
76 |
| - |
77 |
| - <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json --> |
78 |
| - <PackageVersion Include="System.Text.Json" Version="6.0.10"/> |
79 | 75 | </ItemGroup>
|
80 | 76 |
|
81 | 77 | <ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
|
|
89 | 85 | <PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="7.0.20"/>
|
90 | 86 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.20"/>
|
91 | 87 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="7.0.20"/>
|
92 |
| - |
93 |
| - <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json --> |
94 |
| - <PackageVersion Include="System.Text.Json" Version="8.0.5"/> |
95 | 88 | </ItemGroup>
|
96 | 89 |
|
97 | 90 | <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
|
|
105 | 98 | <PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8"/>
|
106 | 99 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8"/>
|
107 | 100 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.8"/>
|
108 |
| - |
109 |
| - <!-- Due to a CVE in System.Text.Json we explicitly reference the latest version of System.Text.Json --> |
110 |
| - <PackageVersion Include="System.Text.Json" Version="8.0.5"/> |
111 | 101 | </ItemGroup>
|
112 | 102 |
|
113 | 103 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
|
|
121 | 111 | <PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="9.0.0-rc.1.24452.1"/>
|
122 | 112 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0-rc.1.24452.1"/>
|
123 | 113 | <PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.0-rc.1.24452.1"/>
|
124 |
| - |
125 |
| - <PackageVersion Include="System.Text.Json" Version="8.0.5" /> |
126 | 114 | </ItemGroup>
|
127 | 115 |
|
128 | 116 | <ItemGroup Label="Test Dependencies">
|
|
0 commit comments