File tree Expand file tree Collapse file tree 5 files changed +3
-26
lines changed Expand file tree Collapse file tree 5 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <Compile Remove =" Properties\AssemblyInfo.cs" />
16
- </ItemGroup >
17
-
18
- <ItemGroup >
19
- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.3.0" >
15
+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" >
20
16
<PrivateAssets >all</PrivateAssets >
21
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
18
</PackageReference >
23
19
</ItemGroup >
24
20
25
21
<ItemGroup >
26
- <None Include =" packages.config" >
27
- <SubType >Designer</SubType >
28
- </None >
29
22
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)\..\stylecop.json" >
30
23
<Link >stylecop.json</Link >
31
24
</AdditionalFiles >
32
25
</ItemGroup >
33
26
34
- <ItemGroup >
35
- <Folder Include =" Properties\" />
36
- </ItemGroup >
37
-
38
27
<ItemGroup >
39
28
<ProjectReference Include =" ..\Lawo\Lawo.csproj" />
40
29
</ItemGroup >
Original file line number Diff line number Diff line change 9
9
using System . Runtime . InteropServices ;
10
10
11
11
// General
12
- [ assembly: AssemblyTitle ( "Lawo.EmberPlusSharp" ) ]
12
+ // [assembly: AssemblyTitle("Lawo.EmberPlusSharp")]
13
13
[ assembly: AssemblyDescription ( "" ) ]
14
14
15
15
// CA enforced
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
<Configurations >Debug;Release;PackNuGet</Configurations >
12
12
</PropertyGroup >
13
13
14
- <ItemGroup >
15
- <Compile Remove =" Properties\AssemblyInfo.cs" />
16
- </ItemGroup >
17
-
18
14
<ItemGroup >
19
15
<PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 6.0.0" >
20
16
<PrivateAssets >all</PrivateAssets >
28
24
</AdditionalFiles >
29
25
</ItemGroup >
30
26
31
- <ItemGroup >
32
- <Folder Include =" Properties\" />
33
- </ItemGroup >
34
-
35
27
</Project >
Original file line number Diff line number Diff line change 9
9
using System . Runtime . InteropServices ;
10
10
11
11
// General
12
- [ assembly: AssemblyTitle ( "Lawo" ) ]
12
+ // [assembly: AssemblyTitle("Lawo")]
13
13
[ assembly: AssemblyDescription ( "" ) ]
14
14
15
15
// CA enforced
You can’t perform that action at this time.
0 commit comments