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 21ad0a2 commit 6543e72Copy full SHA for 6543e72
snippets/csharp/System/DateTime/ToString/ToString4.cs
@@ -1,3 +1,4 @@
1
+using System;
2
using System.Globalization;
3
4
public class ToStringExample3
snippets/csharp/System/DateTime/ToString/tostring.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<StartupObject>MainClass</StartupObject>
8
</PropertyGroup>
0 commit comments