summaryrefslogtreecommitdiffstats
path: root/tests/dotnet/lsprotocol_tests/lsprotocol_tests.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dotnet/lsprotocol_tests/lsprotocol_tests.csproj')
-rw-r--r--tests/dotnet/lsprotocol_tests/lsprotocol_tests.csproj29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/dotnet/lsprotocol_tests/lsprotocol_tests.csproj b/tests/dotnet/lsprotocol_tests/lsprotocol_tests.csproj
new file mode 100644
index 0000000..194c872
--- /dev/null
+++ b/tests/dotnet/lsprotocol_tests/lsprotocol_tests.csproj
@@ -0,0 +1,29 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net6.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+
+ <IsPackable>false</IsPackable>
+ <IsTestProject>true</IsTestProject>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
+ <PackageReference Include="xunit" Version="2.4.2" />
+ <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ <PackageReference Include="coverlet.collector" Version="3.2.0">
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PrivateAssets>all</PrivateAssets>
+ </PackageReference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\packages\dotnet\lsprotocol\lsprotocol.csproj" />
+ </ItemGroup>
+
+</Project>