File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1- on : push
1+ on :
2+ push :
3+ workflow_dispatch :
24name : 🚀 Deploy website on push
35jobs :
46 web-deploy :
57 name : 🎉 Deploy
68 runs-on : ubuntu-latest
79 steps :
810 - name : 🚚 Get latest code
9- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1012 - name : Setup .NET Core
11- uses : actions/setup-dotnet@v3.2.0
13+ uses : actions/setup-dotnet@v4
1214 with :
13- dotnet-version : 8.0.x
15+ dotnet-version : |
16+ 8.0.x
17+ 9.0.x
1418 - name : Install dependencies
1519 run : dotnet restore
1620 - name : Build with dotnet
Original file line number Diff line number Diff line change 77[ ![ NuGet version] ( https://img.shields.io/nuget/v/CodeBeam.bcss?color=ff4081&label=nuget%20version&logo=nuget&style=flat-square )] ( https://www.nuget.org/packages/CodeBeam.bcss )
88[ ![ NuGet downloads] ( https://img.shields.io/nuget/dt/CodeBeam.bcss?color=ff4081&label=nuget%20downloads&logo=nuget&style=flat-square )] ( https://www.nuget.org/packages/CodeBeam.bcss )
99
10+ | BCSS | .NET |
11+ | :------------- | :-------------: |
12+ | 1.0.0 | .NET 6 - .NET 7 - .NET 8 |
13+ | 1.0.1 | .NET 8 - .NET 9 |
14+
1015## Installation
11161 . Install CodeBeam.BCSS Nuget package
1217``` razor
You can’t perform that action at this time.
0 commit comments