2018-02-08 02:39:31 +03:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PackageProjectUrl>https://github.com/mono/t4</PackageProjectUrl>
|
2019-03-06 01:26:09 +03:00
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2018-02-08 02:39:31 +03:00
|
|
|
<Authors>mhutch</Authors>
|
|
|
|
<PackageTags>T4, templating</PackageTags>
|
2019-12-17 01:51:14 +03:00
|
|
|
<RepositoryUrl>https://github.com/mono/t4</RepositoryUrl>
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2018-02-08 02:39:31 +03:00
|
|
|
<PackageOutputPath>$(MSBuildThisFileDirectory)packages\$(Configuration)</PackageOutputPath>
|
2020-12-04 05:55:14 +03:00
|
|
|
<LangVersion>9.0</LangVersion>
|
2018-02-08 02:39:31 +03:00
|
|
|
</PropertyGroup>
|
2018-12-11 08:11:55 +03:00
|
|
|
<ItemGroup>
|
2021-04-11 08:35:35 +03:00
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.194" PrivateAssets="all" />
|
2018-12-11 08:11:55 +03:00
|
|
|
</ItemGroup>
|
2018-02-08 02:39:31 +03:00
|
|
|
</Project>
|