Skip to content

Commit 8eba6e6

Browse files
committed
add missing project file
1 parent c283322 commit 8eba6e6

File tree

1 file changed

+12
-0
lines changed
  • snippets/visualbasic/VS_Snippets_ADO.NET/Classic WebData OdbcCommand/VB

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Library</OutputType>
5+
<TargetFramework>net4.8</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<PackageReference Include="System.Data.Odbc" />
10+
</ItemGroup>
11+
12+
</Project>

0 commit comments

Comments
 (0)