File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/ZirconNet.WPF.SourceGenerator Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ namespace {{pageType.ContainingNamespace.ToDisplayString()}};
9090
9191public partial class {{ pageType . Name }}
9292{
93- private static IHost _appHost = ((App)Application .Current).Host;
93+ private static IHost _appHost = ((App)App .Current).Host;
9494
9595{{ propertyDeclarations }}
9696}
Original file line number Diff line number Diff line change 4242 <PrivateAssets >all</PrivateAssets >
4343 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4444 </PackageReference >
45- <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
45+ <None Remove =" bin\Debug\netstandard2.0\\ZirconNet.WPF.SourceGenerator.dll" />
46+ <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4647 </ItemGroup >
4748</Project >
You can’t perform that action at this time.
0 commit comments