Skip to content

Commit b999dc3

Browse files
committed
PostSharp updated to 5.0.32.
1 parent 6275df5 commit b999dc3

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

src/PostSharp.LicenseServer/PostSharp.LicenseServer.csproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props')" />
3+
<Import Project="..\..\packages\PostSharp.5.0.32\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.32\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>
@@ -73,16 +73,16 @@
7373
<SkipPostSharp>True</SkipPostSharp>
7474
</PropertyGroup>
7575
<ItemGroup>
76-
<Reference Include="PostSharp, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
77-
<HintPath>..\..\packages\PostSharp.Redist.5.0.26-rc\lib\net45\PostSharp.dll</HintPath>
76+
<Reference Include="PostSharp, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
77+
<HintPath>..\..\packages\PostSharp.Redist.5.0.32\lib\net45\PostSharp.dll</HintPath>
7878
<Private>True</Private>
7979
</Reference>
80-
<Reference Include="PostSharp.Compiler.Common, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
81-
<HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.26-rc\lib\net45\PostSharp.Compiler.Common.dll</HintPath>
80+
<Reference Include="PostSharp.Compiler.Common, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
81+
<HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.32\lib\net45\PostSharp.Compiler.Common.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
84-
<Reference Include="PostSharp.Compiler.Settings, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
85-
<HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.26-rc\lib\net45\PostSharp.Compiler.Settings.dll</HintPath>
84+
<Reference Include="PostSharp.Compiler.Settings, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
85+
<HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.32\lib\net45\PostSharp.Compiler.Settings.dll</HintPath>
8686
<Private>True</Private>
8787
</Reference>
8888
<Reference Include="System" />
@@ -280,10 +280,12 @@
280280
<PropertyGroup>
281281
<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>
282282
</PropertyGroup>
283-
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props'))" />
284283
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets'))" />
284+
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.32\build\PostSharp.props'))" />
285+
<Error Condition="!Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.32\build\PostSharp.targets'))" />
285286
</Target>
286287
<Import Project="..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets')" />
288+
<Import Project="..\..\packages\PostSharp.5.0.32\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.targets')" />
287289
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
288290
Other similar extension points exist, see Microsoft.Common.targets.
289291
<Target Name="BeforeBuild">
Lines changed: 4 additions & 4 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="MSBuildTasks" version="1.4.0.88" targetFramework="net45" />
4-
<package id="PostSharp" version="5.0.26-rc" targetFramework="net45" developmentDependency="true" />
5-
<package id="PostSharp.Compiler.Common" version="5.0.26-rc" targetFramework="net45" />
6-
<package id="PostSharp.Compiler.Settings" version="5.0.26-rc" targetFramework="net45" />
7-
<package id="PostSharp.Redist" version="5.0.26-rc" targetFramework="net45" />
4+
<package id="PostSharp" version="5.0.32" targetFramework="net45" developmentDependency="true" />
5+
<package id="PostSharp.Compiler.Common" version="5.0.32" targetFramework="net45" />
6+
<package id="PostSharp.Compiler.Settings" version="5.0.32" targetFramework="net45" />
7+
<package id="PostSharp.Redist" version="5.0.32" targetFramework="net45" />
88
</packages>

0 commit comments

Comments
 (0)