Skip to content

Commit 70ad7a5

Browse files
committed
PostSharp updated to 6.10.5.
1 parent 39787b8 commit 70ad7a5

File tree

43 files changed

+90
-133
lines changed

Some content is hidden

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

43 files changed

+90
-133
lines changed

Blazor/PostSharp.Samples.Blazor.AutoRetry/PostSharp.Samples.Blazor.AutoRetry.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0" PrivateAssets="all" />
12-
<PackageReference Include="PostSharp" Version="6.10.4-rc" />
12+
<PackageReference Include="PostSharp" Version="6.10.5" />
1313
</ItemGroup>
1414

1515
</Project>

Diagnostics/PostSharp.Samples.Logging.Audit/PostSharp.Samples.Logging.Audit.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
</ItemGroup>
6161
<ItemGroup>
6262
<PackageReference Include="PostSharp">
63-
<Version>6.10.4-rc</Version>
63+
<Version>6.10.5</Version>
6464
</PackageReference>
6565
<PackageReference Include="PostSharp.Patterns.Diagnostics">
66-
<Version>6.10.4-rc</Version>
66+
<Version>6.10.5</Version>
6767
</PackageReference>
6868
<PackageReference Include="System.ValueTuple">
6969
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.CommonLogging/PostSharp.Samples.Logging.CommonLogging.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<Version>4.7.0</Version>
6060
</PackageReference>
6161
<PackageReference Include="PostSharp">
62-
<Version>6.10.4-rc</Version>
62+
<Version>6.10.5</Version>
6363
</PackageReference>
6464
<PackageReference Include="PostSharp.Patterns.Diagnostics">
65-
<Version>6.10.4-rc</Version>
65+
<Version>6.10.5</Version>
6666
</PackageReference>
6767
<PackageReference Include="PostSharp.Patterns.Diagnostics.CommonLogging">
68-
<Version>6.10.4-rc</Version>
68+
<Version>6.10.5</Version>
6969
</PackageReference>
7070
<PackageReference Include="System.ValueTuple">
7171
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.Console/PostSharp.Samples.Logging.Console.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<PackageReference Include="PostSharp">
56-
<Version>6.10.4-rc</Version>
56+
<Version>6.10.5</Version>
5757
</PackageReference>
5858
<PackageReference Include="PostSharp.Patterns.Diagnostics">
59-
<Version>6.10.4-rc</Version>
59+
<Version>6.10.5</Version>
6060
</PackageReference>
6161
<PackageReference Include="System.ValueTuple">
6262
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.CustomBackend.ServiceStack/PostSharp.Samples.Logging.CustomBackend.ServiceStack.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
</ItemGroup>
5858
<ItemGroup>
5959
<PackageReference Include="PostSharp">
60-
<Version>6.10.4-rc</Version>
60+
<Version>6.10.5</Version>
6161
</PackageReference>
6262
<PackageReference Include="PostSharp.Patterns.Diagnostics">
63-
<Version>6.10.4-rc</Version>
63+
<Version>6.10.5</Version>
6464
</PackageReference>
6565
<PackageReference Include="ServiceStack.Common">
66-
<Version>5.13.0</Version>
66+
<Version>5.13.2</Version>
6767
</PackageReference>
6868
<PackageReference Include="System.ValueTuple">
6969
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.Customization/PostSharp.Samples.Logging.Customization.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
</ItemGroup>
5959
<ItemGroup>
6060
<PackageReference Include="PostSharp">
61-
<Version>6.10.4-rc</Version>
61+
<Version>6.10.5</Version>
6262
</PackageReference>
6363
<PackageReference Include="PostSharp.Patterns.Diagnostics">
64-
<Version>6.10.4-rc</Version>
64+
<Version>6.10.5</Version>
6565
</PackageReference>
6666
<PackageReference Include="System.ValueTuple">
6767
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.ElasticStack/ClientExample/PostSharp.Samples.Logging.Distributed.Client.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
</PropertyGroup>
1010
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
1111
<ItemGroup>
12-
<PackageReference Include="PostSharp.Patterns.Diagnostics.HttpClient" Version="6.10.4-rc" />
12+
<PackageReference Include="PostSharp.Patterns.Diagnostics.HttpClient" Version="6.10.5" />
1313
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
14-
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
15-
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="6.10.4-rc" />
16-
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog" Version="6.10.4-rc" />
14+
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
15+
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="6.10.5" />
16+
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog" Version="6.10.5" />
1717
<PackageReference Include="Serilog.Sinks.ElasticSearch" Version="8.4.1" />
1818
</ItemGroup>
1919
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />

Diagnostics/PostSharp.Samples.Logging.ElasticStack/MicroserviceExample/PostSharp.Samples.Logging.Distributed.Service.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</ItemGroup>
1414
<ItemGroup>
1515
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
16-
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
17-
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="6.10.4-rc" />
18-
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog" Version="6.10.4-rc" />
19-
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="6.10.4-rc" />
16+
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
17+
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="6.10.5" />
18+
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog" Version="6.10.5" />
19+
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="6.10.5" />
2020
<PackageReference Include="Serilog.Sinks.ElasticSearch" Version="8.4.1" />
2121
</ItemGroup>
2222
<ItemGroup>

Diagnostics/PostSharp.Samples.Logging.ElmahIo/PostSharp.Samples.Logging.ElmahIo.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<Version>4.0.10</Version>
1010
</PackageReference>
1111
<PackageReference Include="PostSharp.Patterns.Diagnostics">
12-
<Version>6.10.4-rc</Version>
12+
<Version>6.10.5</Version>
1313
</PackageReference>
1414
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog">
15-
<Version>6.10.4-rc</Version>
15+
<Version>6.10.5</Version>
1616
</PackageReference>
1717
<PackageReference Include="Serilog.Sinks.ColoredConsole">
1818
<Version>3.0.1</Version>

Diagnostics/PostSharp.Samples.Logging.Etw.CustomSource/PostSharp.Samples.Logging.Etw.CustomSource.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
</ItemGroup>
5555
<ItemGroup>
5656
<PackageReference Include="PostSharp">
57-
<Version>6.10.4-rc</Version>
57+
<Version>6.10.5</Version>
5858
</PackageReference>
5959
<PackageReference Include="PostSharp.Patterns.Diagnostics">
60-
<Version>6.10.4-rc</Version>
60+
<Version>6.10.5</Version>
6161
</PackageReference>
6262
<PackageReference Include="PostSharp.Patterns.Diagnostics.Tracing">
63-
<Version>6.10.4-rc</Version>
63+
<Version>6.10.5</Version>
6464
</PackageReference>
6565
<PackageReference Include="System.ValueTuple">
6666
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.Etw/PostSharp.Samples.Logging.Etw.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<PackageReference Include="PostSharp">
56-
<Version>6.10.4-rc</Version>
56+
<Version>6.10.5</Version>
5757
</PackageReference>
5858
<PackageReference Include="PostSharp.Patterns.Diagnostics">
59-
<Version>6.10.4-rc</Version>
59+
<Version>6.10.5</Version>
6060
</PackageReference>
6161
<PackageReference Include="PostSharp.Patterns.Diagnostics.Tracing">
62-
<Version>6.10.4-rc</Version>
62+
<Version>6.10.5</Version>
6363
</PackageReference>
6464
<PackageReference Include="System.ValueTuple">
6565
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.Log4Net/App.config

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
</startup>
77
<runtime>
88
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9-
<dependentAssembly>
10-
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-2.0.8.0" newVersion="2.0.8.0" />
12-
</dependentAssembly>
139
<dependentAssembly>
1410
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
1511
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />

Diagnostics/PostSharp.Samples.Logging.Log4Net/PostSharp.Samples.Logging.Log4Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<Version>2.0.13</Version>
6262
</PackageReference>
6363
<PackageReference Include="PostSharp">
64-
<Version>6.10.4-rc</Version>
64+
<Version>6.10.5</Version>
6565
</PackageReference>
6666
<PackageReference Include="PostSharp.Patterns.Diagnostics">
67-
<Version>6.10.4-rc</Version>
67+
<Version>6.10.5</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics.Log4Net">
70-
<Version>6.10.4-rc</Version>
70+
<Version>6.10.5</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.Loupe/PostSharp.Samples.Logging.Loupe.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<Version>4.10.17</Version>
6565
</PackageReference>
6666
<PackageReference Include="PostSharp">
67-
<Version>6.10.4-rc</Version>
67+
<Version>6.10.5</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics">
70-
<Version>6.10.4-rc</Version>
70+
<Version>6.10.5</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.NLog/PostSharp.Samples.Logging.NLog.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<Version>4.7.12</Version>
6262
</PackageReference>
6363
<PackageReference Include="PostSharp">
64-
<Version>6.10.4-rc</Version>
64+
<Version>6.10.5</Version>
6565
</PackageReference>
6666
<PackageReference Include="PostSharp.Patterns.Diagnostics">
67-
<Version>6.10.4-rc</Version>
67+
<Version>6.10.5</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics.NLog">
70-
<Version>6.10.4-rc</Version>
70+
<Version>6.10.5</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

Diagnostics/PostSharp.Samples.Logging.PerRequest/PostSharp.Samples.Logging.PerRequest.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="6.10.4-rc" />
9-
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="6.10.4-rc" />
10-
<PackageReference Include="PostSharp.Patterns.Diagnostics.Configuration" Version="6.10.4-rc" />
8+
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="6.10.5" />
9+
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="6.10.5" />
10+
<PackageReference Include="PostSharp.Patterns.Diagnostics.Configuration" Version="6.10.5" />
1111
</ItemGroup>
1212

1313
</Project>

Diagnostics/PostSharp.Samples.Logging.Serilog/App.config

-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
</startup>
77
<runtime>
88
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9-
<dependentAssembly>
10-
<assemblyIdentity name="Serilog" publicKeyToken="24c2f752a8e58a10" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
12-
</dependentAssembly>
13-
<dependentAssembly>
14-
<assemblyIdentity name="Serilog.Sinks.Console" publicKeyToken="24c2f752a8e58a10" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-3.1.1.0" newVersion="3.1.1.0" />
16-
</dependentAssembly>
179
<dependentAssembly>
1810
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
1911
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />

Diagnostics/PostSharp.Samples.Logging.Serilog/PostSharp.Samples.Logging.Serilog.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<PackageReference Include="PostSharp">
56-
<Version>6.10.4-rc</Version>
56+
<Version>6.10.5</Version>
5757
</PackageReference>
5858
<PackageReference Include="PostSharp.Patterns.Diagnostics">
59-
<Version>6.10.4-rc</Version>
59+
<Version>6.10.5</Version>
6060
</PackageReference>
6161
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog">
62-
<Version>6.10.4-rc</Version>
62+
<Version>6.10.5</Version>
6363
</PackageReference>
6464
<PackageReference Include="Serilog">
6565
<Version>2.10.0</Version>
@@ -68,7 +68,7 @@
6868
<Version>3.0.1</Version>
6969
</PackageReference>
7070
<PackageReference Include="Serilog.Sinks.Console">
71-
<Version>4.0.0</Version>
71+
<Version>4.0.1</Version>
7272
</PackageReference>
7373
<PackageReference Include="Serilog.Sinks.File">
7474
<Version>5.0.0</Version>

Framework/PostSharp.Samples.Authorization/PostSharp.Samples.Authorization.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</ItemGroup>
8181
<ItemGroup>
8282
<PackageReference Include="PostSharp">
83-
<Version>6.10.4-rc</Version>
83+
<Version>6.10.5</Version>
8484
</PackageReference>
8585
<PackageReference Include="System.Collections.Immutable">
8686
<Version>6.0.0</Version>

Framework/PostSharp.Samples.AutoDataContract/PostSharp.Samples.AutoDataContract.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ItemGroup>
6161
<ItemGroup>
6262
<PackageReference Include="PostSharp">
63-
<Version>6.10.4-rc</Version>
63+
<Version>6.10.5</Version>
6464
</PackageReference>
6565
</ItemGroup>
6666
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Framework/PostSharp.Samples.AutoRetry/PostSharp.Samples.AutoRetry.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
</ItemGroup>
6464
<ItemGroup>
6565
<PackageReference Include="MSTest.TestAdapter">
66-
<Version>2.2.7</Version>
66+
<Version>2.2.8</Version>
6767
</PackageReference>
6868
<PackageReference Include="MSTest.TestFramework">
69-
<Version>2.2.7</Version>
69+
<Version>2.2.8</Version>
7070
</PackageReference>
7171
<PackageReference Include="NETStandard.Library">
7272
<Version>2.0.3</Version>
7373
</PackageReference>
7474
<PackageReference Include="PostSharp">
75-
<Version>6.10.4-rc</Version>
75+
<Version>6.10.5</Version>
7676
</PackageReference>
7777
</ItemGroup>
7878
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.CustomCaching/PostSharp.Samples.CustomCaching.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<PackageReference Include="PostSharp">
62-
<Version>6.10.4-rc</Version>
62+
<Version>6.10.5</Version>
6363
</PackageReference>
6464
</ItemGroup>
6565
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.CustomLogging/PostSharp.Samples.CustomLogging.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<PackageReference Include="PostSharp">
62-
<Version>6.10.4-rc</Version>
62+
<Version>6.10.5</Version>
6363
</PackageReference>
6464
</ItemGroup>
6565
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.Encryption/PostSharp.Samples.Encryption.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</ItemGroup>
5959
<ItemGroup>
6060
<PackageReference Include="PostSharp">
61-
<Version>6.10.4-rc</Version>
61+
<Version>6.10.5</Version>
6262
</PackageReference>
6363
</ItemGroup>
6464
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.ExceptionHandling/PostSharp.Samples.ExceptionHandling.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<PackageReference Include="PostSharp">
62-
<Version>6.10.4-rc</Version>
62+
<Version>6.10.5</Version>
6363
</PackageReference>
6464
</ItemGroup>
6565
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.MiniProfiler/PostSharp.Samples.MiniProfiler.csproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\..\packages\PostSharp.6.10.5\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.props')" />
34
<Import Project="..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props')" />
45
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
5-
<Import Project="..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props')" />
66
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
77
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
88
<PropertyGroup>
@@ -29,7 +29,7 @@
2929
</NuGetPackageImportStamp>
3030
<LangVersion>6</LangVersion>
3131
<Use64BitIISExpress />
32-
<TypeScriptToolsVersion>3.0</TypeScriptToolsVersion>
32+
<TypeScriptToolsVersion>4.3</TypeScriptToolsVersion>
3333
</PropertyGroup>
3434
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3535
<DebugSymbols>true</DebugSymbols>
@@ -120,8 +120,8 @@
120120
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
121121
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
122122
</Reference>
123-
<Reference Include="PostSharp, Version=6.10.4.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
124-
<HintPath>..\..\packages\PostSharp.Redist.6.10.4-rc\lib\net45\PostSharp.dll</HintPath>
123+
<Reference Include="PostSharp, Version=6.10.5.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
124+
<HintPath>..\..\packages\PostSharp.Redist.6.10.5\lib\net45\PostSharp.dll</HintPath>
125125
</Reference>
126126
<Reference Include="System" />
127127
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
@@ -435,16 +435,16 @@
435435
<PropertyGroup>
436436
<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>
437437
</PropertyGroup>
438-
<Error Condition="!Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props'))" />
439-
<Error Condition="!Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets'))" />
440438
<Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
441439
<Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
442440
<Error Condition="!Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
443441
<Error Condition="!Exists('..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props'))" />
442+
<Error Condition="!Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.5\build\PostSharp.props'))" />
443+
<Error Condition="!Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.5\build\PostSharp.targets'))" />
444444
</Target>
445-
<Import Project="..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets')" />
446445
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
447446
<Import Project="..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
447+
<Import Project="..\..\packages\PostSharp.6.10.5\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.targets')" />
448448
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
449449
Other similar extension points exist, see Microsoft.Common.targets.
450450
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)