This is the hub for all the projects that are part of the .NET Foundation. MD files in the projects folder feed the content on the .NET Foundation website
clairernovotny on master
Fix broken links Split from dot… Merge pull request #191 from Ne… (compare)
clairernovotny on master
Fix broken links Split from #154 Merge pull request #190 from Ne… (compare)
clairernovotny on master
Fix broken links Split from #154 Merge pull request #189 from Ne… (compare)
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="lib\netstandard2.0\ThirdPartDotNet.dll">
<PackagePath>lib\netstandard2.0\ThirdPartDotNet.dll</PackagePath>
</None>
<None Include="runtime\win-x86\native\THIRDPARTNATIVE.dll">
<PackagePath>runtime\win-x86\native\THIRDPARTNATIVE.dll</PackagePath>
</None>
<None Include="runtime\win-x86\lib\netstandard2.0\ThirdPartDotNet.dll">
<PackagePath>runtime\win-x86\lib\netstandard2.0\ThirdPartDotNet.dll</PackagePath>
</None>
<None Include="runtime\win-x64\native\THIRDPARTNATIVE.dll">
<PackagePath>runtime\win-x64\native\THIRDPARTNATIVE.dll</PackagePath>
</None>
<None Include="runtime\win-x64\lib\netstandard2.0\ThirdPartDotNet.dll">
<PackagePath>runtime\win-x64\lib\netstandard2.0\ThirdPartDotNet.dll</PackagePath>
</None>
</ItemGroup>
</Project>
runtime
folder
dotnet pack
work