Skip to content

Commit c1e7dca

Browse files
committed
Bump version.
1 parent 1d326a0 commit c1e7dca

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<Version>3.4.14</Version>
29+
<Version>3.4.15</Version>
3030
<DevelopmentDependency>true</DevelopmentDependency>
3131
<Authors>Johan Larsson, milleniumbug</Authors>
3232
<Description>Analyzers and fixes for IDisposable.</Description>

ValidCode.NetCore/ValidCode.NetCore.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,14 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
7+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
78
</PropertyGroup>
89

910
<PropertyGroup>
1011
<SignAssembly>true</SignAssembly>
1112
<AssemblyOriginatorKeyFile>..\IDisposableAnalyzers.snk</AssemblyOriginatorKeyFile>
1213
</PropertyGroup>
1314

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-
2215
<ItemGroup>
2316
<ProjectReference Include="..\IDisposableAnalyzers\IDisposableAnalyzers.csproj" OutputItemType="Analyzer" />
2417
</ItemGroup>

0 commit comments

Comments
 (0)