We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8214b commit 93967adCopy full SHA for 93967ad
ScipDotnet/ScipDotnet.csproj
@@ -2,13 +2,14 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net7.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
- <Version>0.1.5-beta</Version>
+ <Version>0.1.6-beta</Version>
9
<PackageLicenseFile>LICENSE</PackageLicenseFile>
10
<PackageReadmeFile>readme.md</PackageReadmeFile>
11
<PackageType>DotnetTool</PackageType>
+ <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
12
+ <PackAsTool>true</PackAsTool>
13
<AssemblyName>scip-dotnet</AssemblyName>
14
<RepositoryUrl>https://github.com/sourcegraph/scip-dotnet</RepositoryUrl>
15
</PropertyGroup>
0 commit comments