Skip to content

Commit a8d4255

Browse files
committed
Migrate from Kysect.Editorconfig to Kysect.SolutionDefaults
1 parent b47b6e2 commit a8d4255

File tree

3 files changed

+10
-22
lines changed

3 files changed

+10
-22
lines changed

Images/Kysect-logo.png

-12.4 KB
Binary file not shown.

Sources/Directory.Build.props

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,29 @@
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-
132
<!-- Specific project values -->
143
<PropertyGroup>
4+
<Description>Kysect.DotnetProjectSystem is a nuget package for working with .sln, .csproj and .props files</Description>
155
<RepositoryUrl>https://github.com/kysect/DotnetProjectSystem</RepositoryUrl>
166
<PackageProjectUrl>https://github.com/kysect/DotnetProjectSystem</PackageProjectUrl>
177
</PropertyGroup>
188

199
<!-- Code configuration -->
2010
<PropertyGroup>
21-
<LangVersion>latest</LangVersion>
22-
<ImplicitUsings>enable</ImplicitUsings>
2311
<UseArtifactsOutput>true</UseArtifactsOutput>
24-
<DebugType>portable</DebugType>
25-
<IncludeSymbols>true</IncludeSymbols>
26-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2712
</PropertyGroup>
2813

2914
<ItemGroup>
30-
<PackageReference Include="Kysect.Editorconfig" />
15+
<None Include="$(MSBuildThisFileDirectory)../README.md" Pack="true" PackagePath="/Readme.md" Visible="false" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
19+
<PackageReference Include="Kysect.SolutionDefaults">
20+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
21+
<PrivateAssets>all</PrivateAssets>
22+
</PackageReference>
3123
<PackageReference Include="MinVer">
3224
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3325
<PrivateAssets>all</PrivateAssets>
3426
</PackageReference>
3527
</ItemGroup>
3628

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>
4129
</Project>

Sources/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="Kysect.CommonLib.DependencyInjection" Version="0.1.21" />
1212
<PackageVersion Include="Kysect.CommonLib.Testing" Version="0.1.21" />
1313
<PackageVersion Include="Kysect.DotnetSlnGenerator" Version="0.1.6" />
14-
<PackageVersion Include="Kysect.Editorconfig" Version="1.1.8" />
14+
<PackageVersion Include="Kysect.SolutionDefaults" Version="0.1.2" />
1515
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
1616
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
1717
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />

0 commit comments

Comments
 (0)