summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-custom-tls/nuget-custom-tls.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/dotnet/nuget-custom-tls/nuget-custom-tls.csproj')
-rw-r--r--spec/fixtures/dotnet/nuget-custom-tls/nuget-custom-tls.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-custom-tls/nuget-custom-tls.csproj b/spec/fixtures/dotnet/nuget-custom-tls/nuget-custom-tls.csproj
new file mode 100644
index 0000000..d330382
--- /dev/null
+++ b/spec/fixtures/dotnet/nuget-custom-tls/nuget-custom-tls.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ <RootNamespace>nuget_custom_tls</RootNamespace>
+ </PropertyGroup>
+ <ItemGroup>
+ <PackageReference Include="jive" Version="0.1.0" />
+ </ItemGroup>
+</Project>