Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit ac17719

Browse files
Update versions for the build of the system
1 parent 1d56284 commit ac17719

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/WilderBlog/Views/Shared/_Layout.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
</div>
230230
<p class="copyright">Copyright &copy; Wilder Minds LLC [email protected]</p>
231231
<p class="copyright">Get the source code to this blog on <a href="https://github.com/shawnwildermuth/wilderblog">GitHub</a></p>
232-
<p class="copyright">Built with <a href="http://get.asp.net" target="_blank">ASP.NET Core 3</a>, <a href="http://vuejs.org" target="_blank">Vue</a>, <a href="https://github.com/aspnet/EntityFramework/wiki/Roadmap" target="_blank">Entity Framework Core 3</a>, <a href="http://typescript.org" target="_blank">TypeScript</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 4</a>, and Hosted on <a href="http://azure.com" target="_blank">Azure</a>. <a href="http://shawnw.me/learnaspnetcore3" target="_blank">See my ASP.NET Core course to see how you can do it too!</a></p>
232+
<p class="copyright">Built with <a href="http://get.asp.net" target="_blank">NET 5</a>, <a href="http://vuejs.org" target="_blank">Vue</a>, <a href="https://github.com/aspnet/EntityFramework/wiki/Roadmap" target="_blank">Entity Framework Core 5</a>, <a href="http://typescript.org" target="_blank">TypeScript</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 4</a>, and Hosted on <a href="http://azure.com" target="_blank">Azure</a>. <a href="http://shawnw.me/learnaspnetcore3" target="_blank">See my ASP.NET Core course to see how you can do it too!</a></p>
233233
<partial name="_Info" />
234234
</footer>
235235
</section>

src/WilderBlog/WilderBlog.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
1010
<PreserveCompilationContext>true</PreserveCompilationContext>
1111
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
12-
<Version>4.1.13</Version>
13-
<AssemblyVersion>4.1.13.0</AssemblyVersion>
14-
<FileVersion>4.1.13.0</FileVersion>
12+
<Version>5.0.3</Version>
13+
<AssemblyVersion>4.1.3.0</AssemblyVersion>
14+
<FileVersion>4.1.3.0</FileVersion>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)