We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c7445 commit fc8cb7eCopy full SHA for fc8cb7e
.gitignore
@@ -282,4 +282,5 @@ Noggog.CSharpExt.Windows/Noggog.CSharpExt.xml
282
283
Noggog.CSharpExt.Json/Noggog.CSharpExt.Json.xml
284
285
-*wpftmp.csproj
+*wpftmp.csproj
286
+outputPackages/
Directory.Build.props
@@ -6,6 +6,7 @@
6
<WarningsAsErrors>nullable</WarningsAsErrors>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<ImplicitUsings>true</ImplicitUsings>
9
+ <PackageOutputPath>..\outputPackages</PackageOutputPath>
10
</PropertyGroup>
11
<ItemGroup>
12
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
0 commit comments