Commit 5d6ca2a 1 parent 4d6f3f9 commit 5d6ca2a Copy full SHA for 5d6ca2a
File tree 2 files changed +25
-33
lines changed
Corvus.Json.UriTemplates.SpecGenerator
Corvus.JsonSchema.SpecGenerator
2 files changed +25
-33
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" $(EndjinProjectPropsPath)" Condition =" $(EndjinProjectPropsPath) != ''" />
3
3
4
- <PropertyGroup >
5
- <OutputType >Exe</OutputType >
6
- <TargetFramework >net6.0</TargetFramework >
7
- <ImplicitUsings >enable</ImplicitUsings >
8
- <Nullable >enable</Nullable >
9
- </PropertyGroup >
4
+ <PropertyGroup >
5
+ <OutputType >Exe</OutputType >
6
+ <TargetFramework >net6.0</TargetFramework >
7
+ <ImplicitUsings >enable</ImplicitUsings >
8
+ <Nullable >enable</Nullable >
9
+ <IsPackable >false</IsPackable >
10
+ </PropertyGroup >
10
11
11
- <PropertyGroup >
12
- <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
13
- </PropertyGroup >
14
-
15
- <ItemGroup >
12
+ <ItemGroup >
16
13
<PackageReference Include =" Corvus.Extensions" Version =" 1.1.4" />
17
14
<PackageReference Include =" Endjin.RecommendedPractices" Version =" 1.2.0" >
18
15
<PrivateAssets >all</PrivateAssets >
24
21
<PackageReference Include =" System.Text.Json" Version =" 6.0.4" />
25
22
</ItemGroup >
26
23
27
- <ItemGroup >
28
- <ProjectReference Include =" ..\Corvus.Json\Corvus.Json.csproj" />
29
- </ItemGroup >
30
-
31
-
24
+ <ItemGroup >
25
+ <ProjectReference Include =" ..\Corvus.Json\Corvus.Json.csproj" />
26
+ </ItemGroup >
32
27
33
- </Project >
28
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" $(EndjinProjectPropsPath)" Condition =" $(EndjinProjectPropsPath) != ''" />
3
3
4
- <PropertyGroup >
5
- <OutputType >Exe</OutputType >
6
- <TargetFramework >net6.0</TargetFramework >
7
- <ImplicitUsings >enable</ImplicitUsings >
8
- <Nullable >enable</Nullable >
9
- </PropertyGroup >
4
+ <PropertyGroup >
5
+ <OutputType >Exe</OutputType >
6
+ <TargetFramework >net6.0</TargetFramework >
7
+ <ImplicitUsings >enable</ImplicitUsings >
8
+ <Nullable >enable</Nullable >
9
+ <IsPackable >false</IsPackable >
10
+ </PropertyGroup >
10
11
11
- <PropertyGroup >
12
- <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
13
- </PropertyGroup >
14
-
15
- <ItemGroup >
12
+ <ItemGroup >
16
13
<PackageReference Include =" Endjin.RecommendedPractices" Version =" 1.2.0" >
17
14
<PrivateAssets >all</PrivateAssets >
18
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
16
</PackageReference >
20
17
</ItemGroup >
21
18
22
- <ItemGroup >
23
- <!--
19
+ <ItemGroup >
20
+ <!--
24
21
Temporary workaround while we're not ready to upgrade to Endjin.RecommendedPractices v2.1
25
22
-->
26
- <PackageReference Update =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" />
27
- </ItemGroup >
23
+ <PackageReference Update =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" />
24
+ </ItemGroup >
28
25
29
- </Project >
26
+ </Project >
You can’t perform that action at this time.
0 commit comments