Skip to content

Commit

Permalink
Update dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 committed Jan 11, 2023
1 parent cc93fb1 commit 1c4f539
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CoreHome.Admin/CoreHome.Admin.csproj
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.2" />
</ItemGroup>

<ItemGroup>
2 changes: 1 addition & 1 deletion CoreHome.Admin/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@

<footer>
<hr />
<p>&copy; 2021 - @ViewBag.Profile.Name</p>
<p>&copy; @DateTime.Now.Year - @ViewBag.Profile.Name</p>
</footer>
</div>

2 changes: 1 addition & 1 deletion CoreHome.HomePage/CoreHome.HomePage.csproj
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.2" />
</ItemGroup>

<ItemGroup>

0 comments on commit 1c4f539

Please sign in to comment.