1515 - name : Install .NET SDK
1616 uses : actions/setup-dotnet@v3
1717 with :
18- dotnet-version : 7 .x.x
18+ dotnet-version : 8 .x.x
1919
2020 - name : Set up dotnet tools
2121 run : make install-tools
3131 - name : Install .NET SDK
3232 uses : actions/setup-dotnet@v3
3333 with :
34- dotnet-version : 7 .x.x
34+ dotnet-version : 8 .x.x
3535
3636 - name : Set up dotnet tools and dependencies
3737 run : make install
4747 - name : Install .NET SDK
4848 uses : actions/setup-dotnet@v3
4949 with :
50- dotnet-version : 7 .x.x
50+ dotnet-version : 8 .x.x
5151
5252 - name : Set up dotnet tools and dependencies
5353 run : make install
8181 EASYPOST_PROD_API_KEY : " 123"
8282 strategy :
8383 matrix :
84- name : [ 'net462', 'netstandard2.0', 'netcoreapp3.1', 'net5.0', 'net6.0', 'net7.0' ]
84+ name : [ 'net462', 'netstandard2.0', 'netcoreapp3.1', 'net5.0', 'net6.0', 'net7.0', 'net8.0' ]
8585 include :
8686 - name : net462
8787 framework : net462
9898 framework : net6.0
9999 - name : net7.0
100100 framework : net7.0
101+ - name : net8.0
102+ framework : net8.0
101103 steps :
102104 - uses : actions/checkout@v3
103105 with :
@@ -106,11 +108,11 @@ jobs:
106108 - name : Install .NET SDK
107109 uses : actions/setup-dotnet@v3
108110 with :
109- # .NET Core 3.1 and .NET 5 are deprecated and removed from GitHub Actions, we need to manually install them
111+ # .NET Core 3.1 and 5 are deprecated and removed from GitHub Actions, we need to manually install them
110112 dotnet-version : |
111113 3.1.x
112114 5.x.x
113- 7 .x.x
115+ 8 .x.x
114116
115117 - name : Setup MSBuild
116118 uses : microsoft/setup-msbuild@v1.1.2
@@ -147,7 +149,7 @@ jobs:
147149 - name : Install .NET SDK
148150 uses : actions/setup-dotnet@v3
149151 with :
150- dotnet-version : 7 .x.x
152+ dotnet-version : 8 .x.x
151153
152154 - name : Setup MSBuild
153155 uses : microsoft/setup-msbuild@v1.1.2
@@ -180,7 +182,7 @@ jobs:
180182 - name : Install .NET SDK
181183 uses : actions/setup-dotnet@v3
182184 with :
183- dotnet-version : 7 .x.x
185+ dotnet-version : 8 .x.x
184186
185187 - name : Setup MSBuild
186188 uses : microsoft/setup-msbuild@v1.1.2
0 commit comments