Commit b43f9d5
Add .NET 10 (preview) as the default TFM and enable multi-targeting builds (#949)
* Initial plan
* Add .NET 10 (preview) as a TFM for multi-targeting builds
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Change default TFM to .NET 10 and update GitHub Actions to install .NET 10
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Update devcontainer to install .NET 10 as preview
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Add .NET 10 to setup-runtimes-caching action
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
* Fixing some versioning
* Hard coding an update to use Apache.NMS.AMQP@2.4.0 as 2.2.0 has a CVE but the MassTransit.ActiveMQ package isn't updated yet
Tracked: MassTransit/MassTransit#6133
* Fixing some projects that specified their own TFM and trying to address ambiguous referencing
* Using an improved approach approach to adding system.linq.asyncenumerable
* Updating how dev certs are setup
* Turns out you can't upgrade around the CVE, so we now suppress it
I feel dirty doing that...
* skipping tests which would do nothing
* Some msbuild library updates
* handling .net 8 down leveling of packages
* Removing .NET 10 support from sql database projects integration
* test and example projects set to net8.0
* Setting target frameworks too
* Moving to the new sdk structure
* how'd I miss that merge
* Can't have Aspire.Hosting.AppHost in CPM as it's implicitly added
* Back to zero compiler errors, woo
* Removing the .net down levelling there too
* Missed another reference to the apphost package
* reverting a change
* Attempting to force the removal of some nuget packages that we don't want at runtime
* csproj mistake
* Going nuclear on the files in a post-build task
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>1 parent 2b1757e commit b43f9d5
File tree
65 files changed
+129
-326
lines changed- .devcontainer
- .github
- actions/setup-runtimes-caching
- agents
- workflows
- examples
- activemq/CommunityToolkit.Aspire.Hosting.ActiveMQ.AppHost
- adminer/CommunityToolkit.Aspire.Hosting.Adminer.AppHost
- bun/CommunityToolkit.Aspire.Hosting.Bun.AppHost
- dapr
- CommunityToolkit.Aspire.Hosting.Azure.Dapr.AppHost
- CommunityToolkit.Aspire.Hosting.Dapr.AppHost
- data-api-builder/CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.AppHost
- dbgate/CommunityToolkit.Aspire.Hosting.DbGate.AppHost
- deno/CommunityToolkit.Aspire.Hosting.Deno.AppHost
- flagd/CommunityToolkit.Aspire.Hosting.Flagd.AppHost
- goff/CommunityToolkit.Aspire.Hosting.GoFeatureFlag.AppHost
- golang/CommunityToolkit.Aspire.Hosting.Golang.AppHost
- javascript-ext/CommunityToolkit.Aspire.Hosting.JavaScript.Extensions.AppHost
- java/CommunityToolkit.Aspire.Hosting.Java.AppHost
- k6/CommunityToolkit.Aspire.Hosting.k6.AppHost
- keycloak-postgres/CommunityToolkit.Aspire.Hosting.Keycloak.Extensions.AppHost
- kurrentdb/CommunityToolkit.Aspire.Hosting.KurrentDB.AppHost
- lavinmq/CommunityToolkit.Aspire.Hosting.LavinMQ.AppHost
- mailpit/CommunityToolkit.Aspire.Hosting.MailPit.AppHost
- masstransit-rabbitmq
- CommunityToolkit.Aspire.Hosting.MassTransit.RabbitMQ.AppHost
- CommunityToolkit.Aspire.MassTransit.RabbitMQ.MessageTypes
- CommunityToolkit.Aspire.MassTransit.RabbitMQ.Publisher
- mcp-inspector/CommunityToolkit.Aspire.Hosting.McpInspector.AppHost
- meilisearch/CommunityToolkit.Aspire.Hosting.Meilisearch.AppHost
- minio/CommunityToolkit.Aspire.Hosting.Minio.AppHost
- mongodb-ext/CommunityToolkit.Aspire.Hosting.MongoDB.Extensions.AppHost
- mysql-ext/CommunityToolkit.Aspire.Hosting.MySql.Extensions.AppHost
- ngrok/CommunityToolkit.Aspire.Hosting.Ngrok.AppHost
- ollama/CommunityToolkit.Aspire.Hosting.Ollama.AppHost
- opentelemetry-collector/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector.AppHost
- papercut/CommunityToolkit.Aspire.Hosting.PapercutSmtp.AppHost
- postgres-ext/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions.AppHost
- powershell/CommunityToolkit.Aspire.PowerShell.AppHost
- python/CommunityToolkit.Aspire.Hosting.Python.Extensions.AppHost
- ravendb/RavenDB.AppHost
- redis-ext/CommunityToolkit.Aspire.Hosting.Redis.Extensions.AppHost
- rust/CommunityToolkit.Aspire.Hosting.Rust.AppHost
- solr
- sql-database-projects/CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects.AppHost
- sqlite/CommunityToolkit.Aspire.Sqlite.AppHost
- sqlserver-ext/CommunityToolkit.Aspire.Hosting.SqlServer.Extensions.AppHost
- surrealdb/CommunityToolkit.Aspire.Hosting.SurrealDb.AppHost
- src
- CommunityToolkit.Aspire.Hosting.KurrentDB
- CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects
- buildMultiTargeting
- build
- CommunityToolkit.Aspire.KurrentDB
- tests-app-hosts/Ollama.AppHost
- tests
- CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects.Tests
- CommunityToolkit.Aspire.KurrentDB.Tests
- CommunityToolkit.Aspire.SurrealDb.Tests
- CommunityToolkit.Aspire.Testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+129
-326
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 10 | + | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
20 | 15 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 16 | | |
25 | 17 | | |
26 | 18 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
243 | | - | |
| 241 | + | |
244 | 242 | | |
245 | 243 | | |
246 | 244 | | |
247 | 245 | | |
248 | 246 | | |
249 | 247 | | |
250 | 248 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | 249 | | |
256 | 250 | | |
257 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
0 commit comments