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 :
2
4
name : 🚀 Deploy website on push
3
5
jobs :
4
6
web-deploy :
5
7
name : 🎉 Deploy
6
8
runs-on : ubuntu-latest
7
9
steps :
8
10
- name : 🚚 Get latest code
9
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
10
12
- name : Setup .NET Core
11
- uses : actions/setup-dotnet@v3.2.0
13
+ uses : actions/setup-dotnet@v4
12
14
with :
13
- dotnet-version : 8.0.x
15
+ dotnet-version : |
16
+ 8.0.x
17
+ 9.0.x
14
18
- name : Install dependencies
15
19
run : dotnet restore
16
20
- name : Build with dotnet
Original file line number Diff line number Diff line change 7
7
[ ![ 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 )
8
8
[ ![ 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 )
9
9
10
+ | BCSS | .NET |
11
+ | :------------- | :-------------: |
12
+ | 1.0.0 | .NET 6 - .NET 7 - .NET 8 |
13
+ | 1.0.1 | .NET 8 - .NET 9 |
14
+
10
15
## Installation
11
16
1 . Install CodeBeam.BCSS Nuget package
12
17
``` razor
You can’t perform that action at this time.
0 commit comments