File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
</Target >
8
8
9
9
<PropertyGroup >
10
- <Version >1.2.1 .0</Version >
10
+ <Version >2.0.0 .0</Version >
11
11
<InformationalVersion >$(SourceRevisionId)</InformationalVersion >
12
12
13
13
<OutputType >Exe</OutputType >
14
14
<TargetFramework >net9.0</TargetFramework >
15
15
<ImplicitUsings >enable</ImplicitUsings >
16
16
<Nullable >enable</Nullable >
17
-
17
+
18
18
<PublishAot >true</PublishAot >
19
19
20
20
</PropertyGroup >
34
34
<PrivateAssets >all</PrivateAssets >
35
35
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
36
36
</PackageReference >
37
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.12.19" >
38
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
39
+ <PrivateAssets >all</PrivateAssets >
40
+ </PackageReference >
37
41
<PackageReference Include =" Roslynator.Analyzers" Version =" 4.12.9" >
38
42
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
39
43
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments