-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSevenDev.Boundless.Injection.csproj
36 lines (31 loc) · 1.42 KB
/
SevenDev.Boundless.Injection.csproj
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
28
29
30
31
32
33
34
35
36
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>SevenDev.Boundless.Injection</RootNamespace>
<EnableDynamicLoading>true</EnableDynamicLoading>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CopyAllFiles>true</CopyAllFiles>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<DebugType>portable</DebugType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Title>SevenDev.Boundless.Injection</Title>
<Version>1.1.8</Version>
<Description />
<Authors>Seven</Authors>
<PackageId>SevenDev.Boundless.Injection</PackageId>
<PackageReleaseNotes>SevenDev.Boundless.Injection release.</PackageReleaseNotes>
<!-- <PackageIcon>icon.png</PackageIcon> -->
<PackageTags />
<!-- <PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile> -->
<PackageProjectUrl>https://github.com/AxelSevenS/Boundless.Injection-Package</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>[email protected]:AxelSevenS/Boundless.Injection-Package.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<!-- <None Include="../README.md" Pack="true" PackagePath="\" />
<None Include="../LICENSE" Pack="true" PackagePath="\" />
<None Include="./icon.png" Pack="true" PackagePath="" /> -->
</ItemGroup>
</Project>