Skip to content

Commit 3f7d278

Browse files
committed
Migrate from Kysect.Editorconfig to Kysect.SolutionDefaults
1 parent 2e3baa7 commit 3f7d278

3 files changed

Lines changed: 10 additions & 25 deletions

File tree

Images/Kysect-logo.png

-12.4 KB
Binary file not shown.

Sources/Directory.Build.props

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,26 @@
11
<Project>
2-
<!-- Default project values -->
3-
<PropertyGroup>
4-
<Authors>Kysect</Authors>
5-
<Company>Kysect</Company>
6-
<PackageIcon>Kysect-logo.png</PackageIcon>
7-
<PackageReadmeFile>README.md</PackageReadmeFile>
8-
<Copyright>Copyright (c) Kysect 2024</Copyright>
9-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10-
<RepositoryType>git</RepositoryType>
11-
</PropertyGroup>
12-
13-
<!-- Specific project values -->
142
<PropertyGroup>
3+
<PackageReadmeFile>Readme.md</PackageReadmeFile>
154
<RepositoryUrl>https://github.com/kysect/TerminalUserInterface</RepositoryUrl>
165
<PackageProjectUrl>https://github.com/kysect/TerminalUserInterface</PackageProjectUrl>
176
</PropertyGroup>
187

19-
<!-- Code configuration -->
208
<PropertyGroup>
21-
<LangVersion>latest</LangVersion>
22-
<ImplicitUsings>enable</ImplicitUsings>
239
<UseArtifactsOutput>true</UseArtifactsOutput>
24-
<DebugType>portable</DebugType>
25-
<IncludeSymbols>true</IncludeSymbols>
26-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2710
</PropertyGroup>
2811

2912
<ItemGroup>
30-
<PackageReference Include="Kysect.Editorconfig" />
13+
<None Include="$(MSBuildThisFileDirectory)../Readme.md" Pack="true" PackagePath="/Readme.md" Visible="false" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<PackageReference Include="Kysect.SolutionDefaults">
18+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
19+
<PrivateAssets>all</PrivateAssets>
20+
</PackageReference>
3121
<PackageReference Include="MinVer">
3222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3323
<PrivateAssets>all</PrivateAssets>
3424
</PackageReference>
3525
</ItemGroup>
36-
37-
<ItemGroup Condition="$(Configuration) == 'Release'">
38-
<None Include="$(MSBuildThisFileDirectory)..\Images\Kysect-logo.png" Pack="true" PackagePath="\" />
39-
<None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\" />
40-
</ItemGroup>
4126
</Project>

Sources/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<PackageVersion Include="IsExternalInit" Version="1.0.3" />
88
<PackageVersion Include="Kysect.CommonLib" Version="0.1.18" />
99
<PackageVersion Include="Kysect.CommonLib.DependencyInjection" Version="0.1.18" />
10-
<PackageVersion Include="Kysect.Editorconfig" Version="1.1.8" />
1110
<PackageVersion Include="Spectre.Console" Version="0.48.0" />
1211
<PackageVersion Include="Lunet.Extensions.Logging.SpectreConsole" Version="1.1.0" />
1312
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
@@ -21,5 +20,6 @@
2120
<PackageVersion Include="xunit.analyzers" Version="1.11.0" />
2221
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
2322
<PackageVersion Include="MinVer" Version="5.0.0" />
23+
<PackageVersion Include="Kysect.SolutionDefaults" Version="0.1.2" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)