|
30 | 30 | - name: Setup dotnet |
31 | 31 | uses: actions/setup-dotnet@v5 |
32 | 32 | with: |
33 | | - dotnet-version: '9' |
| 33 | + dotnet-version: '10' |
34 | 34 |
|
35 | 35 | - name: Restore dependencies |
36 | 36 | run: dotnet restore |
@@ -92,124 +92,124 @@ jobs: |
92 | 92 | uses: actions/upload-artifact@v5 |
93 | 93 | with: |
94 | 94 | name: cubic-bot-telegram-app-${{ github.sha }}-linux-arm64 |
95 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/linux-arm64/publish/ |
| 95 | + path: CubicBot.Telegram.App/bin/Release/net10.0/linux-arm64/publish/ |
96 | 96 |
|
97 | 97 | - name: Upload CubicBot.Telegram.App artifacts for Linux x64 |
98 | 98 | if: matrix.os == 'ubuntu-latest' |
99 | 99 | uses: actions/upload-artifact@v5 |
100 | 100 | with: |
101 | 101 | name: cubic-bot-telegram-app-${{ github.sha }}-linux-x64 |
102 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/linux-x64/publish/ |
| 102 | + path: CubicBot.Telegram.App/bin/Release/net10.0/linux-x64/publish/ |
103 | 103 |
|
104 | 104 | - name: Upload CubicBot.Telegram.App artifacts for Linux framework-dependent |
105 | 105 | if: matrix.os == 'ubuntu-latest' |
106 | 106 | uses: actions/upload-artifact@v5 |
107 | 107 | with: |
108 | 108 | name: cubic-bot-telegram-app-${{ github.sha }}-linux |
109 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/publish/ |
| 109 | + path: CubicBot.Telegram.App/bin/Release/net10.0/publish/ |
110 | 110 |
|
111 | 111 | - name: Upload CubicBot.Telegram.App artifacts for Windows ARM64 |
112 | 112 | if: matrix.os == 'windows-latest' |
113 | 113 | uses: actions/upload-artifact@v5 |
114 | 114 | with: |
115 | 115 | name: cubic-bot-telegram-app-${{ github.sha }}-windows-arm64 |
116 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/win-arm64/publish/ |
| 116 | + path: CubicBot.Telegram.App/bin/Release/net10.0/win-arm64/publish/ |
117 | 117 |
|
118 | 118 | - name: Upload CubicBot.Telegram.App artifacts for Windows x64 |
119 | 119 | if: matrix.os == 'windows-latest' |
120 | 120 | uses: actions/upload-artifact@v5 |
121 | 121 | with: |
122 | 122 | name: cubic-bot-telegram-app-${{ github.sha }}-windows-x64 |
123 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/win-x64/publish/ |
| 123 | + path: CubicBot.Telegram.App/bin/Release/net10.0/win-x64/publish/ |
124 | 124 |
|
125 | 125 | - name: Upload CubicBot.Telegram.App artifacts for Windows framework-dependent |
126 | 126 | if: matrix.os == 'windows-latest' |
127 | 127 | uses: actions/upload-artifact@v5 |
128 | 128 | with: |
129 | 129 | name: cubic-bot-telegram-app-${{ github.sha }}-windows |
130 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/publish/ |
| 130 | + path: CubicBot.Telegram.App/bin/Release/net10.0/publish/ |
131 | 131 |
|
132 | 132 | - name: Upload CubicBot.Telegram.App artifacts for macOS ARM64 |
133 | 133 | if: matrix.os == 'macos-latest' |
134 | 134 | uses: actions/upload-artifact@v5 |
135 | 135 | with: |
136 | 136 | name: cubic-bot-telegram-app-${{ github.sha }}-macos-arm64 |
137 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/osx-arm64/publish/ |
| 137 | + path: CubicBot.Telegram.App/bin/Release/net10.0/osx-arm64/publish/ |
138 | 138 |
|
139 | 139 | - name: Upload CubicBot.Telegram.App artifacts for macOS x64 |
140 | 140 | if: matrix.os == 'macos-latest' |
141 | 141 | uses: actions/upload-artifact@v5 |
142 | 142 | with: |
143 | 143 | name: cubic-bot-telegram-app-${{ github.sha }}-macos-x64 |
144 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/osx-x64/publish/ |
| 144 | + path: CubicBot.Telegram.App/bin/Release/net10.0/osx-x64/publish/ |
145 | 145 |
|
146 | 146 | - name: Upload CubicBot.Telegram.App artifacts for macOS framework-dependent |
147 | 147 | if: matrix.os == 'macos-latest' |
148 | 148 | uses: actions/upload-artifact@v5 |
149 | 149 | with: |
150 | 150 | name: cubic-bot-telegram-app-${{ github.sha }}-macos |
151 | | - path: CubicBot.Telegram.App/bin/Release/net9.0/publish/ |
| 151 | + path: CubicBot.Telegram.App/bin/Release/net10.0/publish/ |
152 | 152 |
|
153 | 153 | # Upload CubicBot.Telegram.Tool |
154 | 154 | - name: Upload CubicBot.Telegram.Tool artifacts for Linux ARM64 |
155 | 155 | if: matrix.os == 'ubuntu-latest' |
156 | 156 | uses: actions/upload-artifact@v5 |
157 | 157 | with: |
158 | 158 | name: cubic-bot-telegram-tool-${{ github.sha }}-linux-arm64 |
159 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/linux-arm64/publish/ |
| 159 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/linux-arm64/publish/ |
160 | 160 |
|
161 | 161 | - name: Upload CubicBot.Telegram.Tool artifacts for Linux x64 |
162 | 162 | if: matrix.os == 'ubuntu-latest' |
163 | 163 | uses: actions/upload-artifact@v5 |
164 | 164 | with: |
165 | 165 | name: cubic-bot-telegram-tool-${{ github.sha }}-linux-x64 |
166 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/linux-x64/publish/ |
| 166 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/linux-x64/publish/ |
167 | 167 |
|
168 | 168 | - name: Upload CubicBot.Telegram.Tool artifacts for Linux framework-dependent |
169 | 169 | if: matrix.os == 'ubuntu-latest' |
170 | 170 | uses: actions/upload-artifact@v5 |
171 | 171 | with: |
172 | 172 | name: cubic-bot-telegram-tool-${{ github.sha }}-linux |
173 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/publish/ |
| 173 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/publish/ |
174 | 174 |
|
175 | 175 | - name: Upload CubicBot.Telegram.Tool artifacts for Windows ARM64 |
176 | 176 | if: matrix.os == 'windows-latest' |
177 | 177 | uses: actions/upload-artifact@v5 |
178 | 178 | with: |
179 | 179 | name: cubic-bot-telegram-tool-${{ github.sha }}-windows-arm64 |
180 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/win-arm64/publish/ |
| 180 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/win-arm64/publish/ |
181 | 181 |
|
182 | 182 | - name: Upload CubicBot.Telegram.Tool artifacts for Windows x64 |
183 | 183 | if: matrix.os == 'windows-latest' |
184 | 184 | uses: actions/upload-artifact@v5 |
185 | 185 | with: |
186 | 186 | name: cubic-bot-telegram-tool-${{ github.sha }}-windows-x64 |
187 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/win-x64/publish/ |
| 187 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/win-x64/publish/ |
188 | 188 |
|
189 | 189 | - name: Upload CubicBot.Telegram.Tool artifacts for Windows framework-dependent |
190 | 190 | if: matrix.os == 'windows-latest' |
191 | 191 | uses: actions/upload-artifact@v5 |
192 | 192 | with: |
193 | 193 | name: cubic-bot-telegram-tool-${{ github.sha }}-windows |
194 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/publish/ |
| 194 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/publish/ |
195 | 195 |
|
196 | 196 | - name: Upload CubicBot.Telegram.Tool artifacts for macOS ARM64 |
197 | 197 | if: matrix.os == 'macos-latest' |
198 | 198 | uses: actions/upload-artifact@v5 |
199 | 199 | with: |
200 | 200 | name: cubic-bot-telegram-tool-${{ github.sha }}-macos-arm64 |
201 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/osx-arm64/publish/ |
| 201 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/osx-arm64/publish/ |
202 | 202 |
|
203 | 203 | - name: Upload CubicBot.Telegram.Tool artifacts for macOS x64 |
204 | 204 | if: matrix.os == 'macos-latest' |
205 | 205 | uses: actions/upload-artifact@v5 |
206 | 206 | with: |
207 | 207 | name: cubic-bot-telegram-tool-${{ github.sha }}-macos-x64 |
208 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/osx-x64/publish/ |
| 208 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/osx-x64/publish/ |
209 | 209 |
|
210 | 210 | - name: Upload CubicBot.Telegram.Tool artifacts for macOS framework-dependent |
211 | 211 | if: matrix.os == 'macos-latest' |
212 | 212 | uses: actions/upload-artifact@v5 |
213 | 213 | with: |
214 | 214 | name: cubic-bot-telegram-tool-${{ github.sha }}-macos |
215 | | - path: CubicBot.Telegram.Tool/bin/Release/net9.0/publish/ |
| 215 | + path: CubicBot.Telegram.Tool/bin/Release/net10.0/publish/ |
0 commit comments