1
- <Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
- <PropertyGroup >
3
- <OutputType >Library</OutputType >
4
- <TargetFramework >net6.0</TargetFramework >
5
- <ImplicitUsings >enable</ImplicitUsings >
6
- <Nullable >enable</Nullable >
7
- <Product >...</Product >
8
- <Authors >Peter Hraško</Authors >
9
- <Company >Open source community</Company >
10
- <Copyright >Practically copyleft</Copyright >
11
- <NoWarn >1701;1702;AD0001;NETSDK1182</NoWarn >
12
- <RootNamespace >jwl.jira</RootNamespace >
13
- <AssemblyName >jwl.jira</AssemblyName >
14
- <PackageId >NoP77svk.jwl.jira</PackageId >
15
- <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
16
- </PropertyGroup >
17
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
18
- <DebugType >none</DebugType >
19
- <DebugSymbols >false</DebugSymbols >
20
- </PropertyGroup >
21
- <ItemGroup >
22
- <PackageReference Include =" Macross.Json.Extensions" Version =" 3.0.0" />
23
- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" *" >
24
- <PrivateAssets >all</PrivateAssets >
25
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26
- </PackageReference >
27
- <PackageReference Include =" NoP77svk.Linq" Version =" 2024.1.1" />
28
- <PackageReference Include =" StyleCop.Analyzers" Version =" *" >
29
- <PrivateAssets >all</PrivateAssets >
30
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
31
- </PackageReference >
32
- <Compile Include =" ..\GlobalSuppressions.cs" Link =" GlobalSuppressions.cs" />
33
- </ItemGroup >
34
- <ItemGroup >
35
- <ProjectReference Include =" ..\jwl.infra\jwl.infra.csproj" />
36
- <ProjectReference Include =" ..\jwl.wadl\jwl.wadl.csproj" />
37
- </ItemGroup >
38
- <Target Name =" PostClean" AfterTargets =" Clean" >
39
- <RemoveDir Directories =" $(BaseIntermediateOutputPath)" />
40
- <!-- obj -->
41
- <RemoveDir Directories =" $(BaseOutputPath)" />
42
- <!-- bin -->
43
- </Target >
1
+ <Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <PropertyGroup >
3
+ <OutputType >Library</OutputType >
4
+ <TargetFramework >net6.0</TargetFramework >
5
+ <ImplicitUsings >enable</ImplicitUsings >
6
+ <Nullable >enable</Nullable >
7
+ <Product >...</Product >
8
+ <Authors >Peter Hraško</Authors >
9
+ <Company >Open source community</Company >
10
+ <Copyright >Practically copyleft</Copyright >
11
+ <NoWarn >1701;1702;AD0001;NETSDK1182</NoWarn >
12
+ <RootNamespace >jwl.jira</RootNamespace >
13
+ <AssemblyName >jwl.jira</AssemblyName >
14
+ <PackageId >NoP77svk.jwl.jira</PackageId >
15
+ <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
18
+ <DebugType >none</DebugType >
19
+ <DebugSymbols >false</DebugSymbols >
20
+ </PropertyGroup >
21
+ <ItemGroup >
22
+ <PackageReference Include =" Macross.Json.Extensions" Version =" 3.0.0" />
23
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" *" >
24
+ <PrivateAssets >all</PrivateAssets >
25
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26
+ </PackageReference >
27
+ <PackageReference Include =" NoP77svk.Linq" Version =" 2024.1.1" />
28
+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" *" >
29
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30
+ <PrivateAssets >all</PrivateAssets >
31
+ </PackageReference >
32
+ <PackageReference Include =" StyleCop.Analyzers" Version =" *" >
33
+ <PrivateAssets >all</PrivateAssets >
34
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
35
+ </PackageReference >
36
+ <Compile Include =" ..\GlobalSuppressions.cs" Link =" GlobalSuppressions.cs" />
37
+ </ItemGroup >
38
+ <ItemGroup >
39
+ <ProjectReference Include =" ..\jwl.infra\jwl.infra.csproj" />
40
+ <ProjectReference Include =" ..\jwl.wadl\jwl.wadl.csproj" />
41
+ </ItemGroup >
42
+ <Target Name =" PostClean" AfterTargets =" Clean" >
43
+ <RemoveDir Directories =" $(BaseIntermediateOutputPath)" />
44
+ <!-- obj -->
45
+ <RemoveDir Directories =" $(BaseOutputPath)" />
46
+ <!-- bin -->
47
+ </Target >
44
48
</Project >
0 commit comments