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