File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net6.0</TargetFramework >
4
4
<AssemblyName >NuGet.Insights.Website</AssemblyName >
9
9
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
10
10
<PackageReference Include =" Humanizer.Core" Version =" 2.13.14" />
11
11
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.20.0" />
12
- <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 1.23.1" />
13
- <PackageReference Include =" Microsoft.Identity.Web.UI" Version =" 1.23.1" />
14
- <!-- Specific transitive dependency added for component governance -->
15
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.1" />
12
+ <PackageReference Include =" Microsoft.Identity.Web.MicrosoftGraph" Version =" 1.25.1" />
13
+ <PackageReference Include =" Microsoft.Identity.Web.UI" Version =" 1.25.1" />
14
+
15
+ <!-- Specific transitive dependencies added for component governance -->
16
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 6.0.8" />
17
+ <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 6.0.1" />
16
18
</ItemGroup >
17
19
<ItemGroup >
18
20
<ProjectReference Include =" ..\Worker.Logic\Worker.Logic.csproj" />
You can’t perform that action at this time.
0 commit comments