File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
LinkDotNet.Blog.Web/Features/Home/Components Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup >
4- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.39 .0.47922 " >
4+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.40 .0.48530 " >
55 <PrivateAssets >all</PrivateAssets >
66 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
77 </PackageReference >
Original file line number Diff line number Diff line change 1616 <li ><h6 class =" dropdown-header" >Others</h6 ></li >
1717 <li ><a class =" dropdown-item" href =" Sitemap" >Sitemap</a ></li >
1818 <li ><hr class =" dropdown-divider" ></li >
19- <li ><a class =" dropdown-item" target =" _blank" href =" https://github.com/linkdotnet/Blog/releases" >Version 3.5 </a ></li >
19+ <li ><a class =" dropdown-item" target =" _blank" href =" https://github.com/linkdotnet/Blog/releases" >Version 3.6 </a ></li >
2020 </ul >
2121 </li >
2222 <li class =" nav-item" ><a class =" nav-link" href =" logout?redirectUri=@CurrentUri" ><i class =" fa-solid fa-lock" ></i > Log out</a ></li >
Original file line number Diff line number Diff line change 22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
44 <ItemGroup Condition =" $(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'" >
5- <PackageReference Include =" bunit" Version =" 1.9.1 -preview" />
5+ <PackageReference Include =" bunit" Version =" 1.9.7 -preview" />
66 <PackageReference Include =" FluentAssertions" Version =" 6.7.0" />
77 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0" />
88 <PackageReference Include =" Moq" Version =" 4.18.1" />
2222 </ItemGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.39 .0.47922 " >
25+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.40 .0.48530 " >
2626 <PrivateAssets >all</PrivateAssets >
2727 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2828 </PackageReference >
You can’t perform that action at this time.
0 commit comments