blob: 6ef85bb5d7f33d8ab01fb45a0552812585b57546 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>nuget_vbproj</RootNamespace>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="jive" Version="0.1.0" />
</ItemGroup>
</Project>
|