Skip to content

Commit 102f323

Browse files
committedMay 9, 2019
Updated to PostSharp 6.1.14.
1 parent 5e55a73 commit 102f323

File tree

64 files changed

+443
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+443
-443
lines changed
 

‎Diagnostics/PostSharp.Samples.Audit.Extended/PostSharp.Samples.Audit.Extended.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props')" />
3+
<Import Project="..\..\packages\PostSharp.6.1.18\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.1.18\build\PostSharp.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -35,14 +35,14 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="PostSharp, Version=6.1.13.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\PostSharp.Redist.6.1.13-rc\lib\net45\PostSharp.dll</HintPath>
38+
<Reference Include="PostSharp, Version=6.1.18.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
39+
<HintPath>..\..\packages\PostSharp.Redist.6.1.18\lib\net45\PostSharp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="PostSharp.Patterns.Common, Version=6.1.13.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.1.13-rc\lib\net46\PostSharp.Patterns.Common.dll</HintPath>
41+
<Reference Include="PostSharp.Patterns.Common, Version=6.1.18.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.1.18\lib\net46\PostSharp.Patterns.Common.dll</HintPath>
4343
</Reference>
44-
<Reference Include="PostSharp.Patterns.Diagnostics, Version=6.1.13.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\PostSharp.Patterns.Diagnostics.Redist.6.1.13-rc\lib\net46\PostSharp.Patterns.Diagnostics.dll</HintPath>
44+
<Reference Include="PostSharp.Patterns.Diagnostics, Version=6.1.18.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
45+
<HintPath>..\..\packages\PostSharp.Patterns.Diagnostics.Redist.6.1.18\lib\net46\PostSharp.Patterns.Diagnostics.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core" />
@@ -77,8 +77,8 @@
7777
<PropertyGroup>
7878
<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>
7979
</PropertyGroup>
80-
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props'))" />
81-
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets'))" />
80+
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.18\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.18\build\PostSharp.props'))" />
81+
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.18\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.18\build\PostSharp.targets'))" />
8282
</Target>
83-
<Import Project="..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets')" />
83+
<Import Project="..\..\packages\PostSharp.6.1.18\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.1.18\build\PostSharp.targets')" />
8484
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="PostSharp" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
4-
<package id="PostSharp.Patterns.Common" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
5-
<package id="PostSharp.Patterns.Common.Redist" version="6.1.13-rc" targetFramework="net46" />
6-
<package id="PostSharp.Patterns.Diagnostics" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
7-
<package id="PostSharp.Patterns.Diagnostics.Redist" version="6.1.13-rc" targetFramework="net46" />
8-
<package id="PostSharp.Redist" version="6.1.13-rc" targetFramework="net46" />
3+
<package id="PostSharp" version="6.1.18" targetFramework="net46" developmentDependency="true" />
4+
<package id="PostSharp.Patterns.Common" version="6.1.18" targetFramework="net46" developmentDependency="true" />
5+
<package id="PostSharp.Patterns.Common.Redist" version="6.1.18" targetFramework="net46" />
6+
<package id="PostSharp.Patterns.Diagnostics" version="6.1.18" targetFramework="net46" developmentDependency="true" />
7+
<package id="PostSharp.Patterns.Diagnostics.Redist" version="6.1.18" targetFramework="net46" />
8+
<package id="PostSharp.Redist" version="6.1.18" targetFramework="net46" />
99
<package id="System.ValueTuple" version="4.5.0" targetFramework="net46" />
1010
</packages>

0 commit comments

Comments
 (0)
Failed to load comments.