Skip to content

Commit f719d5b

Browse files
committed
Set the AutoLaunch project "IsPackable" to true
1 parent bb4e945 commit f719d5b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/AutoLaunch/AutoLaunch.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<IsPackable>true</IsPackable>
5+
</PropertyGroup>
26

37
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'">
48
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0"/>

0 commit comments

Comments
 (0)