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 eea8e5c commit 8cdb8c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions Sources/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<Project>
<PropertyGroup>
<Authors>Kysect</Authors>
<Company>Kysect</Company>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseArtifactsOutput>true</UseArtifactsOutput>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<DebugType>portable</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryUrl>https://github.com/kysect/GithubUtils</RepositoryUrl>
<LangVersion>latest</LangVersion>
<RepositoryUrl>https://github.com/Kysect/GithubUtils</RepositoryUrl>
<PackageProjectUrl>https://github.com/Kysect/GithubUtils</PackageProjectUrl>
</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>
Expand Down
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,7 @@
<PackageVersion Include="IsExternalInit" Version="1.0.3" />
<PackageVersion Include="Kysect.CommonLib" Version="0.1.21" />
<PackageVersion Include="Kysect.CommonLib.Testing" Version="0.1.21" />
<PackageVersion Include="Kysect.EditorConfig" Version="1.1.8" />
<PackageVersion Include="Kysect.SolutionDefaults" Version="0.1.2" />
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" />
<PackageVersion Include="Octokit" Version="11.0.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.0" />
Expand Down

0 comments on commit 8cdb8c6

Please sign in to comment.