Skip to content

Commit 2ef2e87

Browse files
CopilotMihaZupan
andcommitted
Fix project files for VB and F# snippets
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
1 parent 95a1139 commit 2ef2e87

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

snippets/visualbasic/System/Uri/HostComparison/Project.csproj renamed to snippets/fsharp/System/Uri/HostComparison/HostComparison.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<Compile Include="source.fs" />
9+
</ItemGroup>
610
</Project>

snippets/fsharp/System/Uri/HostComparison/Project.csproj renamed to snippets/visualbasic/System/Uri/HostComparison/HostComparison.vbproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
5+
<RootNamespace>HostComparison</RootNamespace>
56
</PropertyGroup>
67
</Project>

0 commit comments

Comments
 (0)