Skip to content

Commit 7ddcd45

Browse files
authored
housekeeping: Update reactiveui reference
1 parent 42a36c3 commit 7ddcd45

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Directory.Build.props

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PackageDescription>Generates source for Splat dependency injection registrations with constructor and property injection.</PackageDescription>
1313
<Owners>glennawatson</Owners>
1414
<PackageTags>system.reactive;splat;dependency injection</PackageTags>
15-
<PackageProjectUrl>https://github.com/reactivemarbles/Splat.DI.SourceGenerator</PackageProjectUrl>
16-
<PackageReleaseNotes>https://github.com/reactivemarbles/Splat.DI.SourceGenerator/releases</PackageReleaseNotes>
17-
<RepositoryUrl>https://github.com/reactivemarbles/Splat.DI.SourceGenerator</RepositoryUrl>
15+
<PackageProjectUrl>https://github.com/reactiveui/Splat.DI.SourceGenerator</PackageProjectUrl>
16+
<PackageReleaseNotes>https://github.com/reactiveui/Splat.DI.SourceGenerator/releases</PackageReleaseNotes>
17+
<RepositoryUrl>https://github.com/reactiveui/Splat.DI.SourceGenerator</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919

2020
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
@@ -26,6 +26,9 @@
2626
<PackageIcon>logo.png</PackageIcon>
2727
<SolutionDir Condition="'$(SolutionDir)' == ''">$(MSBuildThisFileDirectory)</SolutionDir>
2828
<EmbedUntrackedSources>true</EmbedUntrackedSources>
29+
<EnableNETAnalyzers>True</EnableNETAnalyzers>
30+
<AnalysisLevel>latest</AnalysisLevel>
31+
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
2932
</PropertyGroup>
3033

3134
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
@@ -45,7 +48,6 @@
4548
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.255" PrivateAssets="all" />
4649
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.354" PrivateAssets="all" />
4750
<PackageReference Include="Roslynator.Analyzers" Version="4.0.0" PrivateAssets="All" />
48-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3" PrivateAssets="all" />
4951
</ItemGroup>
5052
<ItemGroup>
5153
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />

0 commit comments

Comments
 (0)