|
18 | 18 | <RepositoryUrl>https://github.com/Baseflow/XF-Material-Library</RepositoryUrl> |
19 | 19 | <RepositoryType>git</RepositoryType> |
20 | 20 | <Product>$(AssemblyName) ($(TargetFramework))</Product> |
21 | | - <Version>1.7.8</Version> |
| 21 | + <Version>1.8.0</Version> |
22 | 22 | <Platform>AnyCPU</Platform> |
23 | 23 |
|
24 | 24 | <!--<Nullable>enable</Nullable>--> |
25 | | - <LangVersion>8.0</LangVersion> |
26 | | - <NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;NU1603</NoWarn> |
| 25 | + <ImplicitUsings>enable</ImplicitUsings> |
| 26 | + <LangVersion>10.0</LangVersion> |
| 27 | + <NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000;CS0109;CS0108;CS0618;CS0114;NU1603</NoWarn> |
| 28 | + <Platform>AnyCPU</Platform> |
| 29 | + |
| 30 | + <EnableNETAnalyzers>true</EnableNETAnalyzers> |
| 31 | + <AnalysisLevel>latest</AnalysisLevel> |
| 32 | + <AnalysisMode>AllEnabledByDefault</AnalysisMode> |
27 | 33 |
|
28 | 34 | <IsTestProject>$(MSBuildProjectName.Contains('UnitTest'))</IsTestProject> |
29 | 35 | <IsLibraryProject>$(MSBuildProjectName.Contains('XF.Material'))</IsLibraryProject> |
|
62 | 68 |
|
63 | 69 | <ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false' and '$(IsLibraryProject)' == 'true'"> |
64 | 70 | <PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" /> |
65 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
| 71 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
66 | 72 | </ItemGroup> |
67 | 73 |
|
68 | 74 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
85 | 91 | </ItemGroup> |
86 | 92 |
|
87 | 93 | <ItemGroup> |
88 | | - <PackageReference Include="Roslynator.Analyzers" Version="3.0.0"> |
89 | | - <PrivateAssets>all</PrivateAssets> |
90 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
91 | | - </PackageReference> |
92 | | - <PackageReference Include="AsyncFixer" Version="1.3.0"> |
| 94 | + <PackageReference Include="Roslynator.Analyzers" Version="4.0.2"> |
93 | 95 | <PrivateAssets>all</PrivateAssets> |
94 | 96 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
95 | 97 | </PackageReference> |
96 | | - <PackageReference Include="IDisposableAnalyzers" Version="3.4.6"> |
| 98 | + <PackageReference Include="AsyncFixer" Version="1.5.1"> |
97 | 99 | <PrivateAssets>all</PrivateAssets> |
98 | 100 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
99 | 101 | </PackageReference> |
100 | | - <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.2"> |
| 102 | + <PackageReference Include="IDisposableAnalyzers" Version="4.0.1"> |
101 | 103 | <PrivateAssets>all</PrivateAssets> |
102 | 104 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
103 | 105 | </PackageReference> |
|
0 commit comments