-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
15 lines (15 loc) · 761 Bytes
/
Directory.Build.props
File metadata and controls
15 lines (15 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<_TargetFrameworks>net8.0-windows;net9.0-windows;net10.0-windows</_TargetFrameworks>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Label="Package settings">
<Title>$(MSBuildProjectName)</Title>
<Description>.NET Hosting infrastructure for Windows Forms.</Description>
<RepositoryUrl>https://github.com/dailydevops/extensions.hosting.winforms.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/dailydevops/extensions.hosting.winforms</PackageProjectUrl>
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
<PackageTags>hosting;winforms</PackageTags>
<CopyrightYearStart>2024</CopyrightYearStart>
</PropertyGroup>
</Project>