summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-sln/src/domain/domain.fsproj
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/dotnet/nuget-sln/src/domain/domain.fsproj')
-rw-r--r--spec/fixtures/dotnet/nuget-sln/src/domain/domain.fsproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-sln/src/domain/domain.fsproj b/spec/fixtures/dotnet/nuget-sln/src/domain/domain.fsproj
new file mode 100644
index 0000000..951dc19
--- /dev/null
+++ b/spec/fixtures/dotnet/nuget-sln/src/domain/domain.fsproj
@@ -0,0 +1,8 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="Library.fs" />
+ </ItemGroup>
+</Project>