|
1 | 1 | <Project> |
2 | | - <PropertyGroup> |
3 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
4 | | - <LangVersion>latest</LangVersion> |
5 | | - <NoWarn>$(NoWarn);CS1591</NoWarn> |
6 | | - </PropertyGroup> |
7 | | - <PropertyGroup> |
8 | | - <PackageProjectUrl>https://eight.bot</PackageProjectUrl> |
9 | | - <RepositoryUrl>https://github.com/TheEightBot/Stellar</RepositoryUrl> |
10 | | - <RepositoryType>git</RepositoryType> |
11 | | - <PackageTags>.NET MAUI;MVVM;Reactive UI;Reactive Extensions;Eight-Bot</PackageTags> |
12 | | - <Description>This is the core MVVM Framework components used by Eight-Bot for building apps. A highly opinionated ReactiveUI on Rails.</Description> |
13 | | - <PackageIcon>logo.png</PackageIcon> |
14 | | - </PropertyGroup> |
15 | | - <ItemGroup> |
16 | | - <PackageReference Include="stylecop.analyzers" |
17 | | - Version="1.2.0-beta.435" |
18 | | - PrivateAssets="all" /> |
19 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" |
20 | | - Version="8.0.0" |
21 | | - PrivateAssets="all" /> |
22 | | - <PackageReference Include="Roslynator.Analyzers" |
23 | | - Version="4.12.10" |
24 | | - PrivateAssets="All" /> |
25 | | - </ItemGroup> |
26 | | - <ItemGroup> |
27 | | - <None Include="..\images\logo.png" |
28 | | - Pack="true" |
29 | | - PackagePath="\" /> |
30 | | - </ItemGroup> |
31 | | - <ItemGroup> |
32 | | - <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" |
33 | | - Link="stylecop.json" /> |
34 | | - </ItemGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 4 | + <LangVersion>latest</LangVersion> |
| 5 | + <NoWarn>$(NoWarn);CS1591</NoWarn> |
| 6 | + </PropertyGroup> |
| 7 | + <PropertyGroup> |
| 8 | + <PackageProjectUrl>https://eight.bot</PackageProjectUrl> |
| 9 | + <RepositoryUrl>https://github.com/TheEightBot/Stellar</RepositoryUrl> |
| 10 | + <RepositoryType>git</RepositoryType> |
| 11 | + <PackageTags>.NET MAUI;MVVM;Reactive UI;Reactive Extensions;Eight-Bot</PackageTags> |
| 12 | + <Description>This is the core MVVM Framework components used by Eight-Bot for building apps. A highly opinionated ReactiveUI on Rails.</Description> |
| 13 | + <PackageIcon>logo.png</PackageIcon> |
| 14 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 15 | + </PropertyGroup> |
| 16 | + <ItemGroup> |
| 17 | + <PackageReference Include="stylecop.analyzers" |
| 18 | + Version="1.2.0-beta.435" |
| 19 | + PrivateAssets="all"/> |
| 20 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" |
| 21 | + Version="8.0.0" |
| 22 | + PrivateAssets="all"/> |
| 23 | + <PackageReference Include="Roslynator.Analyzers" |
| 24 | + Version="4.12.10" |
| 25 | + PrivateAssets="All"/> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <None Include="..\images\logo.png" |
| 29 | + Pack="true" |
| 30 | + PackagePath="\"/> |
| 31 | + <None Include="README.md" |
| 32 | + Pack="true" |
| 33 | + PackagePath="\"/> |
| 34 | + </ItemGroup> |
| 35 | + <ItemGroup> |
| 36 | + <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" |
| 37 | + Link="stylecop.json"/> |
| 38 | + </ItemGroup> |
35 | 39 | </Project> |
0 commit comments