Skip to content

Commit 24c288a

Browse files
Copilotgewarren
andcommitted
Update snippet projects to target net9.0 and fix VB namespace
Co-authored-by: gewarren <[email protected]>
1 parent c7051b3 commit 24c288a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/core/compatibility/reflection/10.0/snippets/ireflect-damt-annotations/csharp/ireflect-damt-annotations-csharp.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net10.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

docs/core/compatibility/reflection/10.0/snippets/ireflect-damt-annotations/vb/ireflect-damt-annotations-vb.vbproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net10.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<RootNamespace>IReflectDamtAnnotations</RootNamespace>
67
</PropertyGroup>
78

89
</Project>

0 commit comments

Comments
 (0)