Skip to content

Commit 91148ed

Browse files
committed
no message
1 parent 87c398b commit 91148ed

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

Directory.Build.props

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<Project>
2-
<PropertyGroup>
3-
<PackageProjectUrl>https://github.com/SubSonic-Core</PackageProjectUrl>
4-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
5-
<Authors>Kenneth Carter</Authors>
6-
<PackageTags></PackageTags>
7-
<RepositoryUrl>https://github.com/SubSonic-Core/SubSonic.Core.Remoting</RepositoryUrl>
8-
<RepositoryType>git</RepositoryType>
9-
<PackageOutputPath>$(MSBuildThisFileDirectory)..\packages\$(Configuration)</PackageOutputPath>
10-
</PropertyGroup>
11-
<ItemGroup>
12-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31" PrivateAssets="all" />
13-
</ItemGroup>
2+
<PropertyGroup>
3+
<PackageProjectUrl>https://github.com/SubSonic-Core</PackageProjectUrl>
4+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
5+
<Authors>Kenneth Carter</Authors>
6+
<PackageTags></PackageTags>
7+
<RepositoryUrl>https://github.com/SubSonic-Core/SubSonic.Core.Remoting</RepositoryUrl>
8+
<RepositoryType>git</RepositoryType>
9+
<PackageOutputPath>$(MSBuildThisFileDirectory)..\packages\$(Configuration)</PackageOutputPath>
10+
<IncludeSymbols>true</IncludeSymbols>
11+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
12+
</PropertyGroup>
13+
<ItemGroup>
14+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.31" PrivateAssets="all" />
15+
</ItemGroup>
1416
</Project>

0 commit comments

Comments
 (0)