Skip to content

Instantly share code, notes, and snippets.

View matkoch's full-sized avatar
😬
Hi there! I'm using GitHub.

Matthias Koch matkoch

😬
Hi there! I'm using GitHub.
View GitHub Profile
@matkoch
matkoch / X.Y.Z.Sources.csproj
Created September 28, 2022 02:56 — forked from attilah/X.Y.Z.Sources.csproj
X.Y.Z.Sources nuget package
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<IsPackable>true</IsPackable>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>contentFiles</ContentTargetFolders>
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>