Skip to content

Commit

Permalink
nuge
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jan 6, 2024
1 parent 9847940 commit 48648e2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
33 changes: 22 additions & 11 deletions src/R3.Avalonia/R3.Avalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.6" />
</ItemGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1701;1702;1591;1573</NoWarn>

<ItemGroup>
<ProjectReference Include="..\R3\R3.csproj" />
</ItemGroup>
<!-- NuGet Packaging -->
<PackageTags>rx</PackageTags>
<Description>Avalonia Provider and Methods for R3.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="../../Icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.0.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\R3\R3.csproj" />
</ItemGroup>

</Project>
11 changes: 11 additions & 0 deletions src/R3.WPF/R3.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<EnableWindowsTargeting>true</EnableWindowsTargeting>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1701;1702;1591;1573</NoWarn>

<!-- NuGet Packaging -->
<PackageTags>rx</PackageTags>
<Description>WPF Provider and Methods for R3.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="../../Icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\R3\R3.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 48648e2

Please sign in to comment.