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 2e3baa7 commit c2874a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 25 deletions.
Binary file removed Images/Kysect-logo.png
Binary file not shown.
33 changes: 9 additions & 24 deletions Sources/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,41 +1,26 @@
<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>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/kysect/TerminalUserInterface</RepositoryUrl>
<PackageProjectUrl>https://github.com/kysect/TerminalUserInterface</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 @@ -7,7 +7,6 @@
<PackageVersion Include="IsExternalInit" Version="1.0.3" />
<PackageVersion Include="Kysect.CommonLib" Version="0.1.18" />
<PackageVersion Include="Kysect.CommonLib.DependencyInjection" Version="0.1.18" />
<PackageVersion Include="Kysect.Editorconfig" Version="1.1.8" />
<PackageVersion Include="Spectre.Console" Version="0.48.0" />
<PackageVersion Include="Lunet.Extensions.Logging.SpectreConsole" Version="1.1.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
Expand All @@ -21,5 +20,6 @@
<PackageVersion Include="xunit.analyzers" Version="1.11.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageVersion Include="MinVer" Version="5.0.0" />
<PackageVersion Include="Kysect.SolutionDefaults" Version="0.1.2" />
</ItemGroup>
</Project>

0 comments on commit c2874a5

Please sign in to comment.