File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 26
26
</PropertyGroup >
27
27
28
28
<PropertyGroup >
29
- <Version >3.4.14 </Version >
29
+ <Version >3.4.15 </Version >
30
30
<DevelopmentDependency >true</DevelopmentDependency >
31
31
<Authors >Johan Larsson, milleniumbug</Authors >
32
32
<Description >Analyzers and fixes for IDisposable.</Description >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<LangVersion >latest</LangVersion >
6
6
<Nullable >enable</Nullable >
7
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
7
8
</PropertyGroup >
8
9
9
10
<PropertyGroup >
10
11
<SignAssembly >true</SignAssembly >
11
12
<AssemblyOriginatorKeyFile >..\IDisposableAnalyzers.snk</AssemblyOriginatorKeyFile >
12
13
</PropertyGroup >
13
14
14
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
15
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
16
- </PropertyGroup >
17
-
18
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
20
- </PropertyGroup >
21
-
22
15
<ItemGroup >
23
16
<ProjectReference Include =" ..\IDisposableAnalyzers\IDisposableAnalyzers.csproj" OutputItemType =" Analyzer" />
24
17
</ItemGroup >
You can’t perform that action at this time.
0 commit comments