summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-sln/src/web/web.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/dotnet/nuget-sln/src/web/web.csproj')
-rw-r--r--spec/fixtures/dotnet/nuget-sln/src/web/web.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-sln/src/web/web.csproj b/spec/fixtures/dotnet/nuget-sln/src/web/web.csproj
new file mode 100644
index 0000000..a5af522
--- /dev/null
+++ b/spec/fixtures/dotnet/nuget-sln/src/web/web.csproj
@@ -0,0 +1,5 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ </PropertyGroup>
+</Project>