Skip to content

Commit 93967ad

Browse files
committed
Change project config
1 parent ca8214b commit 93967ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ScipDotnet/ScipDotnet.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
65
<ImplicitUsings>enable</ImplicitUsings>
76
<Nullable>enable</Nullable>
8-
<Version>0.1.5-beta</Version>
7+
<Version>0.1.6-beta</Version>
98
<PackageLicenseFile>LICENSE</PackageLicenseFile>
109
<PackageReadmeFile>readme.md</PackageReadmeFile>
1110
<PackageType>DotnetTool</PackageType>
11+
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
12+
<PackAsTool>true</PackAsTool>
1213
<AssemblyName>scip-dotnet</AssemblyName>
1314
<RepositoryUrl>https://github.com/sourcegraph/scip-dotnet</RepositoryUrl>
1415
</PropertyGroup>

0 commit comments

Comments
 (0)