Skip to content

Commit b100afc

Browse files
committed
fix project
1 parent 3cb8990 commit b100afc

File tree

1 file changed

+1
-1
lines changed
  • snippets/csharp/VS_Snippets_ADO.NET/Classic WebData SqlCommand Example/CS

1 file changed

+1
-1
lines changed

snippets/csharp/VS_Snippets_ADO.NET/Classic WebData SqlCommand Example/CS/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
4+
<OutputType>Library</OutputType>
55
<TargetFramework>net8</TargetFramework>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)