-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (18 loc) · 873 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (18 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>14</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/LegendaryB/BackRun</PackageProjectUrl>
<Authors>LegendaryB</Authors>
<Company>LegendaryB</Company>
<Copyright>Copyright (c) LegendaryB 2026</Copyright>
<Version>0.0.1</Version>
<Description>A lightweight, high-performance background job processing library for ASP.NET Core.</Description>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/LegendaryB/BackRun</RepositoryUrl>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>