We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1bca6 commit 66a5f75Copy full SHA for 66a5f75
src/MarkdownSnippets.Tool/MarkdownSnippets.Tool.csproj
@@ -8,6 +8,7 @@
8
<PackAsTool>True</PackAsTool>
9
<Description>.NET Core Global Tool for merging code snippets with markdown documents</Description>
10
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
11
+ <RollForward>LatestMajor</RollForward>
12
</PropertyGroup>
13
<ItemGroup>
14
<Compile Include="..\ConfigReader\*.cs" />
0 commit comments