|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
8 | | - <LangVersion>latest</LangVersion> |
9 | | - <PackageId>Niko_olas.ModularMonolith.Helper.Domain</PackageId> |
10 | | - <Authors>Nicholas Gueli</Authors> |
11 | | - <Company>Nicholas Gueli</Company> |
12 | | - <Product>Library Modular Monolithic Architecture helper for domain layer</Product> |
13 | | - <Title>Library Modular Monolithic Architecture helper for domain layer</Title> |
14 | | - <Description>A small library to improve and simplify the development of applications based on the Modular Monolith architecture for domain layer</Description> |
15 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
16 | | - <PackageProjectUrl>https://github.com/niko-olas/Modular.Monolithic.Architecture.Helper</PackageProjectUrl> |
17 | | - <PackageIcon>Toolbox.jpeg</PackageIcon> |
18 | | - <PackageTags>csharp visualstudio aspnetcore utilities helper modular-monolithic</PackageTags> |
19 | | - <RepositoryType>git</RepositoryType> |
20 | | - <RepositoryUrl>https://github.com/niko-olas/Modular.Monolithic.Architecture.Helper.git</RepositoryUrl> |
21 | | - <RepositoryBranch>master</RepositoryBranch> |
22 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
23 | | - <AnalysisLevel>latest</AnalysisLevel> |
24 | | - <AnalysisMode>All</AnalysisMode> |
25 | | - <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
| 4 | + <TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
| 8 | + <LangVersion>latest</LangVersion> |
| 9 | + <PackageId>Niko_olas.ModularMonolith.Helper.Domain</PackageId> |
| 10 | + <Authors>Nicholas Gueli</Authors> |
| 11 | + <Company>Nicholas Gueli</Company> |
| 12 | + <Product>Library Modular Monolithic Architecture helper for domain layer</Product> |
| 13 | + <Title>Library Modular Monolithic Architecture helper for domain layer</Title> |
| 14 | + <Description>A small library to improve and simplify the development of applications based on the Modular Monolith architecture for domain layer</Description> |
| 15 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 16 | + <PackageProjectUrl>https://github.com/niko-olas/Modular.Monolithic.Architecture.Helper</PackageProjectUrl> |
| 17 | + <PackageIcon>Toolbox.jpeg</PackageIcon> |
| 18 | + <PackageTags>csharp visualstudio aspnetcore utilities helper modular-monolithic</PackageTags> |
| 19 | + <RepositoryType>git</RepositoryType> |
| 20 | + <RepositoryUrl>https://github.com/niko-olas/Modular.Monolithic.Architecture.Helper.git</RepositoryUrl> |
| 21 | + <RepositoryBranch>master</RepositoryBranch> |
| 22 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 23 | + <AnalysisLevel>latest</AnalysisLevel> |
| 24 | + <AnalysisMode>All</AnalysisMode> |
| 25 | + <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
26 | 26 | </PropertyGroup> |
27 | 27 |
|
28 | 28 | <ItemGroup> |
29 | | - <PackageReference Include="MediatR.Contracts" Version="2.0.1" /> |
30 | 29 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133"> |
31 | 30 | <PrivateAssets>all</PrivateAssets> |
32 | 31 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
33 | 32 | </PackageReference> |
34 | 33 | </ItemGroup> |
35 | 34 |
|
36 | | - <ItemGroup> |
37 | | - <None Include="..\..\Toolbox.jpeg"> |
38 | | - <Pack>True</Pack> |
39 | | - <PackagePath></PackagePath> |
40 | | - </None> |
41 | | - <None Include="README.md" Pack="true" PackagePath="\" /> |
42 | | - </ItemGroup> |
| 35 | + <ItemGroup> |
| 36 | + <None Include="..\..\Toolbox.jpeg"> |
| 37 | + <Pack>True</Pack> |
| 38 | + <PackagePath></PackagePath> |
| 39 | + </None> |
| 40 | + <None Include="README.md" Pack="true" PackagePath="\" /> |
| 41 | + </ItemGroup> |
| 42 | + |
43 | 43 |
|
44 | | - |
45 | 44 | </Project> |
0 commit comments