Skip to content

Commit

Permalink
fixed all samples
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur committed Dec 8, 2018
1 parent 9c97971 commit 6fe02d4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions samples/Freezable/Freezable.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using AspectInjector.Broker;
using System;
using System.Diagnostics;

namespace AspectInjector.SampleApps.Freezable
{
Expand Down
2 changes: 1 addition & 1 deletion samples/Freezable/Freezable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspectInjector" Version="2.0.0-rc2" />
<PackageReference Include="AspectInjector" Version="2.0.0-rc3" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions samples/Freezable/SampleClass.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using AspectInjector.Broker;
using System.Diagnostics;

namespace AspectInjector.SampleApps.Freezable
{
Expand Down
2 changes: 1 addition & 1 deletion samples/Logging/Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspectInjector" Version="2.0.0-rc2" />
<PackageReference Include="AspectInjector" Version="2.0.0-rc3" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions samples/NotifyPropertyChanged/NotifyPropertyChanged.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="AspectInjector.Broker, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a29e12442a3d3609, processorArchitecture=MSIL">
<HintPath>..\packages\AspectInjector.2.0.0-rc2\lib\netstandard2.0\AspectInjector.Broker.dll</HintPath>
<HintPath>..\packages\AspectInjector.2.0.0-rc3\lib\netstandard2.0\AspectInjector.Broker.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -85,15 +85,15 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\AspectInjector.2.0.0-rc2\analyzers\dotnet\cs\AspectInjector.Analyzer.dll" />
<Analyzer Include="..\packages\AspectInjector.2.0.0-rc3\analyzers\dotnet\cs\AspectInjector.Analyzer.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\AspectInjector.2.0.0-rc2\build\AspectInjector.targets" Condition="Exists('..\packages\AspectInjector.2.0.0-rc2\build\AspectInjector.targets')" />
<Import Project="..\packages\AspectInjector.2.0.0-rc3\build\AspectInjector.targets" Condition="Exists('..\packages\AspectInjector.2.0.0-rc3\build\AspectInjector.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\AspectInjector.2.0.0-rc2\build\AspectInjector.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\AspectInjector.2.0.0-rc2\build\AspectInjector.targets'))" />
<Error Condition="!Exists('..\packages\AspectInjector.2.0.0-rc3\build\AspectInjector.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\AspectInjector.2.0.0-rc3\build\AspectInjector.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion samples/NotifyPropertyChanged/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AspectInjector" version="2.0.0-rc2" targetFramework="net461" />
<package id="AspectInjector" version="2.0.0-rc3" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion samples/Security/Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspectInjector" Version="2.0.0-rc2" />
<PackageReference Include="AspectInjector" Version="2.0.0-rc3" />
</ItemGroup>
</Project>

0 comments on commit 6fe02d4

Please sign in to comment.