We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5082bef commit 8197c5dCopy full SHA for 8197c5d
MyApp/_includes/versioning-scheme.md
@@ -13,6 +13,7 @@ The `{MAJOR}` is reserved for Major releases like [v5 containing structural chan
13
- `v5.*` - Support for .NET 5.0 and .NET Framework v4.5
14
- `v6.*` - Support for .NET 6.0 and .NET Framework v4.7.2
15
- `v8.*` - Support for .NET 8.0 and .NET Framework v4.7.2
16
+ - `v10.*` - Support for .NET 10.0 and .NET Framework v4.7.2
17
18
### Minor versions
19
MyApp/_pages/templates/empty.md
@@ -11,7 +11,7 @@ The templates below follow our recommended [physical project layout](/physical-p
11
12
<table class="table">
<tr>
- <th>.NET 8.0</th>
+ <th>.NET 10.0</th>
<th>.NET Framework</th>
<th>Empty Project Templates</th>
</tr>
0 commit comments