Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit a1262ee

Browse files
committed
Update to Cake.Issues 0.4.0-beta.2
1 parent 96b94d2 commit a1262ee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/Cake.Issues.InspectCode.Tests/Cake.Issues.InspectCode.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
<HintPath>..\packages\Cake.Core.0.28.0\lib\net46\Cake.Core.dll</HintPath>
4242
</Reference>
4343
<Reference Include="Cake.Issues, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\Cake.Issues.0.4.0-beta0001\lib\netstandard2.0\Cake.Issues.dll</HintPath>
44+
<HintPath>..\packages\Cake.Issues.0.4.0-beta0002\lib\netstandard2.0\Cake.Issues.dll</HintPath>
4545
</Reference>
46-
<Reference Include="Cake.Issues.Testing, Version=0.3.0.0, Culture=neutral, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Cake.Issues.Testing.0.3.0\lib\netstandard2.0\Cake.Issues.Testing.dll</HintPath>
46+
<Reference Include="Cake.Issues.Testing, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Cake.Issues.Testing.0.4.0-beta0002\lib\netstandard2.0\Cake.Issues.Testing.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Cake.Testing, Version=0.28.0.0, Culture=neutral, processorArchitecture=MSIL">
5050
<HintPath>..\packages\Cake.Testing.0.28.0\lib\net46\Cake.Testing.dll</HintPath>

src/Cake.Issues.InspectCode.Tests/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Cake.Core" version="0.28.0" targetFramework="net461" />
4-
<package id="Cake.Issues" version="0.4.0-beta0001" targetFramework="net461" />
5-
<package id="Cake.Issues.Testing" version="0.3.0" targetFramework="net461" />
4+
<package id="Cake.Issues" version="0.4.0-beta0002" targetFramework="net461" />
5+
<package id="Cake.Issues.Testing" version="0.4.0-beta0002" targetFramework="net461" />
66
<package id="Cake.Testing" version="0.28.0" targetFramework="net461" />
77
<package id="Shouldly" version="3.0.0" targetFramework="net46" />
88
<package id="StyleCop.Analyzers" version="1.0.2" targetFramework="net46" developmentDependency="true" />

src/Cake.Issues.InspectCode/Cake.Issues.InspectCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<HintPath>..\packages\Cake.Core.0.28.0\lib\net46\Cake.Core.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Cake.Issues, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Cake.Issues.0.4.0-beta0001\lib\netstandard2.0\Cake.Issues.dll</HintPath>
48+
<HintPath>..\packages\Cake.Issues.0.4.0-beta0002\lib\netstandard2.0\Cake.Issues.dll</HintPath>
4949
</Reference>
5050
<Reference Include="System" />
5151
<Reference Include="System.Core" />

src/Cake.Issues.InspectCode/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Cake.Core" version="0.28.0" targetFramework="net461" />
4-
<package id="Cake.Issues" version="0.4.0-beta0001" targetFramework="net461" />
4+
<package id="Cake.Issues" version="0.4.0-beta0002" targetFramework="net461" />
55
<package id="Microsoft.CodeAnalysis.FxCopAnalyzers" version="2.6.1" targetFramework="net461" developmentDependency="true" />
66
<package id="Microsoft.CodeQuality.Analyzers" version="2.6.1" targetFramework="net461" developmentDependency="true" />
77
<package id="Microsoft.NetCore.Analyzers" version="2.6.1" targetFramework="net461" developmentDependency="true" />

0 commit comments

Comments
 (0)