Skip to content

Commit

Permalink
Migrate from Kysect.Editorconfig to Kysect.SolutionDefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
FrediKats committed May 12, 2024
1 parent b47b6e2 commit a8d4255
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
Binary file removed Images/Kysect-logo.png
Binary file not shown.
30 changes: 9 additions & 21 deletions Sources/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,41 +1,29 @@
<Project>
<!-- Default project values -->
<PropertyGroup>
<Authors>Kysect</Authors>
<Company>Kysect</Company>
<PackageIcon>Kysect-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright (c) Kysect 2024</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<!-- Specific project values -->
<PropertyGroup>
<Description>Kysect.DotnetProjectSystem is a nuget package for working with .sln, .csproj and .props files</Description>
<RepositoryUrl>https://github.com/kysect/DotnetProjectSystem</RepositoryUrl>
<PackageProjectUrl>https://github.com/kysect/DotnetProjectSystem</PackageProjectUrl>
</PropertyGroup>

<!-- Code configuration -->
<PropertyGroup>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<UseArtifactsOutput>true</UseArtifactsOutput>
<DebugType>portable</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Kysect.Editorconfig" />
<None Include="$(MSBuildThisFileDirectory)../README.md" Pack="true" PackagePath="/Readme.md" Visible="false" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Kysect.SolutionDefaults">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MinVer">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="$(Configuration) == 'Release'">
<None Include="$(MSBuildThisFileDirectory)..\Images\Kysect-logo.png" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Sources/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="Kysect.CommonLib.DependencyInjection" Version="0.1.21" />
<PackageVersion Include="Kysect.CommonLib.Testing" Version="0.1.21" />
<PackageVersion Include="Kysect.DotnetSlnGenerator" Version="0.1.6" />
<PackageVersion Include="Kysect.Editorconfig" Version="1.1.8" />
<PackageVersion Include="Kysect.SolutionDefaults" Version="0.1.2" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
Expand Down

0 comments on commit a8d4255

Please sign in to comment.