-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
16 lines (15 loc) · 792 Bytes
/
Directory.Build.props
File metadata and controls
16 lines (15 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<PropertyGroup Label="Package settings">
<Title>$(MSBuildProjectName)</Title>
<Description>Allows you to create a temporary .NET project with all possible settings and few bells and whistles.</Description>
<RepositoryUrl>https://github.com/dailydevops/projectbuilders.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/dailydevops/projectbuilders</PackageProjectUrl>
<PackageReleaseNotes>$(RepositoryUrl)/releases</PackageReleaseNotes>
<PackageTags>test;projectbuilder</PackageTags>
<CopyrightYearStart>2025</CopyrightYearStart>
</PropertyGroup>
<PropertyGroup>
<ProjectTargetFrameworks>net8.0;net9.0;net10.0</ProjectTargetFrameworks>
<TestTargetFrameworks>net8.0;net9.0;net10.0</TestTargetFrameworks>
</PropertyGroup>
</Project>