Skip to content

Commit

Permalink
update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
sfs-88 committed Apr 15, 2024
1 parent cbfb203 commit a427252
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
10 changes: 10 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<Project>
<PropertyGroup>
<Company>Kentico</Company>
<Authors>Eric Dugre</Authors>
<VersionPrefix>4.0.0</VersionPrefix>
<Product>Xperience by Kentico</Product>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup Label="StaticCodeAnalysis">
<PackageReference Include="SonarAnalyzer.CSharp" Version="8.41.0.50478">
<PrivateAssets>all</PrivateAssets>
Expand Down
9 changes: 1 addition & 8 deletions src/Kentico.Xperience.Manager.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<Authors>Eric Dugre</Authors>
<Company>Kentico</Company>
<Product>Xperience by Kentico</Product>
<OutputType>Exe</OutputType>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackAsTool>true</PackAsTool>
<ToolCommandName>xman</ToolCommandName>
<PackageOutputPath>../dist</PackageOutputPath>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a427252

Please sign in to comment.