Skip to content

Commit 10ac470

Browse files
adegeoIEvangelist
andauthored
Apply suggestions from code review
Co-authored-by: David Pine <[email protected]>
1 parent c8812b6 commit 10ac470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/standard/datetime/snippets/timeprovider-overview/csharp/CalendarHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace myproject;
3+
namespace ExampleProject;
44

55
//<CalendarHelper>
66
public static class CalendarHelper

docs/standard/datetime/snippets/timeprovider-overview/vb/myproject.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<RootNamespace>dateonlytimeonly</RootNamespace>
6-
<TargetFramework>net8.0</TargetFramework>
6+
<TargetFramework>net9.0</TargetFramework>
77
</PropertyGroup>
88

99
</Project>

0 commit comments

Comments
 (0)