Skip to content

Commit 6543e72

Browse files
committed
fix compilation
1 parent 21ad0a2 commit 6543e72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

snippets/csharp/System/DateTime/ToString/ToString4.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System;
12
using System.Globalization;
23

34
public class ToStringExample3

snippets/csharp/System/DateTime/ToString/tostring.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<StartupObject>MainClass</StartupObject>
88
</PropertyGroup>

0 commit comments

Comments
 (0)