-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRelease.props
27 lines (23 loc) · 936 Bytes
/
Release.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageProjectUrl>https://github.com/vipwan/Biwen.Settings</PackageProjectUrl>
<Authors>万雅虎</Authors>
<RepositoryUrl>https://github.com/vipwan/Biwen.Settings</RepositoryUrl>
<Title>Biwen.Settings</Title>
<Description>Biwen.Settings ,NET8+ 应用配置项管理模块</Description>
<Copyright>MIT</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>configuration;setting;netcore</PackageTags>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\LICENSE.txt" Link="LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>