There was an error while loading. Please reload this page.
2 parents c1e0292 + a258e0e commit 494565bCopy full SHA for 494565b
1 file changed
src/dotnet-sourcelink/dotnet-sourcelink.csproj
@@ -1,10 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
+
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>$(NetToolMinimum)</TargetFramework>
6
<!-- Allow tool to roll forward to a newer major version. -->
7
<RollForward>Major</RollForward>
8
9
+ <IsShipping>false</IsShipping>
10
<!-- NuGet -->
11
<IsPackable>true</IsPackable>
12
<PackAsTool>True</PackAsTool>
0 commit comments