Skip to content

Commit 4d1f0e5

Browse files
authored
Merge pull request #207 from EduardoPires/pipeline-ajusts
.net 9 ajusts
2 parents 22890b2 + b3cde70 commit 4d1f0e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 8.0.x
19+
dotnet-version: 9.0.x
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build

src/Equinox.UI.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<footer class="border-top footer text-muted">
3636
<div class="container">
37-
Equinox Project - Version 1.8 - Developed by - <a href="http://eduardopires.net.br" target="_blank">Eduardo Pires</a> - This is an open-source project <a href="https://github.com/EduardoPires/EquinoxProject" target="_blank">Equinox GitHub</a>
37+
Equinox Project - Version 1.10 - Developed by - <a href="http://eduardopires.net.br" target="_blank">Eduardo Pires</a> - This is an open-source project <a href="https://github.com/EduardoPires/EquinoxProject" target="_blank">Equinox GitHub</a>
3838
</div>
3939
</footer>
4040
<script src="~/lib/jquery/dist/jquery.min.js"></script>

src/Equinox.UI.Web/wwwroot/images/banner1.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)