Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyongshim committed May 25, 2024
1 parent 8a85623 commit 120c040
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
8 changes: 2 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@
<NoWarn>$(NoWarn);CS1591;xUnit1013</NoWarn>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable,MA0143</WarningsAsErrors>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.*">
<PackageReference Include="Meziantou.Analyzer" Version="*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="*" PrivateAssets="All" />
<None Include="$(SolutionDir)..\icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Sample.Tests/Sample.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@
<ItemGroup>
<ProjectReference Include="..\Sample\Sample.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>
</Project>

0 comments on commit 120c040

Please sign in to comment.