1 Star 0 Fork 0

成長道路上的坎坷 / crank

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
<Copyright>$(CopyrightNetFoundation)</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
</PropertyGroup>
<Import Project="eng\dependencies.props" />
<PropertyGroup>
<Product>Microsoft Crank</Product>
<RepositoryUrl>https://github.com/dotnet/crank</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<!-- This repository does not produce NuGet packages -->
<IsPackable>false</IsPackable>
<!-- Repo contains only test code -->
<EnableApiCheck>false</EnableApiCheck>
<!-- Lots of our dependencies are not strong-named -->
<NoWarn>$(NoWarn);8002</NoWarn>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
</Project>
C#
1
https://gitee.com/zhenlei520/crank.git
git@gitee.com:zhenlei520/crank.git
zhenlei520
crank
crank
sample

搜索帮助

53164aa7 5694891 3bd8fe86 5694891