Skip to content

Commit f718489

Browse files
committed
Stylecop replaced
1 parent a2ed67b commit f718489

File tree

5 files changed

+3
-26
lines changed

5 files changed

+3
-26
lines changed

src/EmberLibConsumer.net/Lawo.EmberPlusSharp/Lawo.EmberPlusSharp.csproj

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,18 @@
1212
</PropertyGroup>
1313

1414
<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">
2016
<PrivateAssets>all</PrivateAssets>
2117
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2218
</PackageReference>
2319
</ItemGroup>
2420

2521
<ItemGroup>
26-
<None Include="packages.config">
27-
<SubType>Designer</SubType>
28-
</None>
2922
<AdditionalFiles Include="$(MSBuildThisFileDirectory)\..\stylecop.json">
3023
<Link>stylecop.json</Link>
3124
</AdditionalFiles>
3225
</ItemGroup>
3326

34-
<ItemGroup>
35-
<Folder Include="Properties\" />
36-
</ItemGroup>
37-
3827
<ItemGroup>
3928
<ProjectReference Include="..\Lawo\Lawo.csproj" />
4029
</ItemGroup>

src/EmberLibConsumer.net/Lawo.EmberPlusSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Runtime.InteropServices;
1010

1111
// General
12-
[assembly: AssemblyTitle("Lawo.EmberPlusSharp")]
12+
//[assembly: AssemblyTitle("Lawo.EmberPlusSharp")]
1313
[assembly: AssemblyDescription("")]
1414

1515
// CA enforced

src/EmberLibConsumer.net/Lawo.EmberPlusSharp/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/EmberLibConsumer.net/Lawo/Lawo.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<Configurations>Debug;Release;PackNuGet</Configurations>
1212
</PropertyGroup>
1313

14-
<ItemGroup>
15-
<Compile Remove="Properties\AssemblyInfo.cs" />
16-
</ItemGroup>
17-
1814
<ItemGroup>
1915
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
2016
<PrivateAssets>all</PrivateAssets>
@@ -28,8 +24,4 @@
2824
</AdditionalFiles>
2925
</ItemGroup>
3026

31-
<ItemGroup>
32-
<Folder Include="Properties\" />
33-
</ItemGroup>
34-
3527
</Project>

src/EmberLibConsumer.net/Lawo/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using System.Runtime.InteropServices;
1010

1111
// General
12-
[assembly: AssemblyTitle("Lawo")]
12+
//[assembly: AssemblyTitle("Lawo")]
1313
[assembly: AssemblyDescription("")]
1414

1515
// CA enforced

0 commit comments

Comments
 (0)