Skip to content

Commit 42bc79f

Browse files
authored
Tweaks (dotnet#32653)
1 parent e9bde15 commit 42bc79f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET (and .NET Core) - introduction and overview
33
description: Learn about .NET (and .NET Core). .NET is a free, open-source development platform for building many kinds of apps.
4-
ms.date: 07/14/2022
4+
ms.date: 11/08/2022
55
ms.custom: "updateeachrelease"
66
recommendations: false
77
---
@@ -66,7 +66,7 @@ Project file:
6666
<Project Sdk="Microsoft.NET.Sdk">
6767
<PropertyGroup>
6868
<OutputType>Exe</OutputType>
69-
<TargetFramework>net6.0</TargetFramework>
69+
<TargetFramework>net7.0</TargetFramework>
7070
</PropertyGroup>
7171
</Project>
7272
```
@@ -113,7 +113,7 @@ You can download .NET from:
113113

114114
[Microsoft supports .NET](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) on Android, Apple, Linux, and Windows operating systems. It can be used on Arm64, x64, and x86 architectures. It's also supported in emulated environments, like [macOS Rosetta 2](https://support.apple.com/HT211861).
115115

116-
New versions of .NET are released annually in November. .NET releases in odd-numbered years are Long-term Support (LTS) releases and are supported for three years. Releases in even-numbered years are Standard-term Support (STS) releases and are supported for 18 months. The quality level, breaking change policies, and all other aspects of the releases are the same. For more information, see [Releases and support](releases-and-support.md).
116+
New versions of .NET are released annually in November. .NET releases in odd-numbered years are Long-Term Support (LTS) releases and are supported for three years. Releases in even-numbered years are Standard-Term Support (STS) releases and are supported for 18 months. The quality level, breaking change policies, and all other aspects of the releases are the same. For more information, see [Releases and support](releases-and-support.md).
117117

118118
The .NET Team at Microsoft works collaboratively with other organizations to distribute and support .NET in various ways.
119119

0 commit comments

Comments
 (0)