-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (17 loc) · 817 Bytes
/
Directory.Build.props
File metadata and controls
17 lines (17 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup>
<_TargetFrameworks>net8.0;net9.0;net10.0</_TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<!-- Workaround, until https://github.com/GitTools/GitVersion/pull/4206 is released -->
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(IsTestableProject)' != 'true' ">
<Title>$(MSBuildProjectName)</Title>
<CopyrightYearStart>2023</CopyrightYearStart>
<PackageProjectUrl>https://github.com/dailydevops/http.correlation</PackageProjectUrl>
<RepositoryUrl>https://github.com/dailydevops/http.correlation.git</RepositoryUrl>
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
<PackageTags>http;tracking;correlation;request id;</PackageTags>
</PropertyGroup>
</Project>