Skip to content

Commit 55202e4

Browse files
committed
PostSharp updated to 2023.0.3.
1 parent f28166a commit 55202e4

File tree

39 files changed

+83
-83
lines changed

39 files changed

+83
-83
lines changed

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

Lines changed: 1 addition & 1 deletion
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.5" />
12+
<PackageReference Include="PostSharp" Version="2023.0.3" />
1313
</ItemGroup>
1414

1515
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
</ItemGroup>
6565
<ItemGroup>
6666
<PackageReference Include="PostSharp">
67-
<Version>6.10.5</Version>
67+
<Version>2023.0.3</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics">
70-
<Version>6.10.5</Version>
70+
<Version>2023.0.3</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

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

Lines changed: 3 additions & 3 deletions
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.5</Version>
62+
<Version>2023.0.3</Version>
6363
</PackageReference>
6464
<PackageReference Include="PostSharp.Patterns.Diagnostics">
65-
<Version>6.10.5</Version>
65+
<Version>2023.0.3</Version>
6666
</PackageReference>
6767
<PackageReference Include="PostSharp.Patterns.Diagnostics.CommonLogging">
68-
<Version>6.10.5</Version>
68+
<Version>2023.0.3</Version>
6969
</PackageReference>
7070
<PackageReference Include="System.ValueTuple">
7171
<Version>4.5.0</Version>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<PackageReference Include="PostSharp">
56-
<Version>6.10.5</Version>
56+
<Version>2023.0.3</Version>
5757
</PackageReference>
5858
<PackageReference Include="PostSharp.Patterns.Diagnostics">
59-
<Version>6.10.5</Version>
59+
<Version>2023.0.3</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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
</ItemGroup>
5858
<ItemGroup>
5959
<PackageReference Include="PostSharp">
60-
<Version>6.10.5</Version>
60+
<Version>2023.0.3</Version>
6161
</PackageReference>
6262
<PackageReference Include="PostSharp.Patterns.Diagnostics">
63-
<Version>6.10.5</Version>
63+
<Version>2023.0.3</Version>
6464
</PackageReference>
6565
<PackageReference Include="ServiceStack.Common">
6666
<Version>5.13.2</Version>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
</ItemGroup>
5959
<ItemGroup>
6060
<PackageReference Include="PostSharp">
61-
<Version>6.10.5</Version>
61+
<Version>2023.0.3</Version>
6262
</PackageReference>
6363
<PackageReference Include="PostSharp.Patterns.Diagnostics">
64-
<Version>6.10.5</Version>
64+
<Version>2023.0.3</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

Lines changed: 3 additions & 3 deletions
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.5" />
12+
<PackageReference Include="PostSharp.Patterns.Diagnostics.HttpClient" Version="2023.0.3" />
1313
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
1414
<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" />
15+
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="2023.0.3" />
16+
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog" Version="2023.0.3" />
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<ItemGroup>
1515
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
1616
<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" />
17+
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="2023.0.3" />
18+
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog" Version="2023.0.3" />
19+
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="2023.0.3" />
2020
<PackageReference Include="Serilog.Sinks.ElasticSearch" Version="8.4.1" />
2121
</ItemGroup>
2222
<ItemGroup>

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

Lines changed: 2 additions & 2 deletions
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.5</Version>
12+
<Version>2023.0.3</Version>
1313
</PackageReference>
1414
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog">
15-
<Version>6.10.5</Version>
15+
<Version>2023.0.3</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

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

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

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

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

Lines changed: 3 additions & 3 deletions
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.5</Version>
64+
<Version>2023.0.3</Version>
6565
</PackageReference>
6666
<PackageReference Include="PostSharp.Patterns.Diagnostics">
67-
<Version>6.10.5</Version>
67+
<Version>2023.0.3</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics.Log4Net">
70-
<Version>6.10.5</Version>
70+
<Version>2023.0.3</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

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

Lines changed: 2 additions & 2 deletions
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.5</Version>
67+
<Version>2023.0.3</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics">
70-
<Version>6.10.5</Version>
70+
<Version>2023.0.3</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

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

Lines changed: 3 additions & 3 deletions
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.5</Version>
64+
<Version>2023.0.3</Version>
6565
</PackageReference>
6666
<PackageReference Include="PostSharp.Patterns.Diagnostics">
67-
<Version>6.10.5</Version>
67+
<Version>2023.0.3</Version>
6868
</PackageReference>
6969
<PackageReference Include="PostSharp.Patterns.Diagnostics.NLog">
70-
<Version>6.10.5</Version>
70+
<Version>2023.0.3</Version>
7171
</PackageReference>
7272
<PackageReference Include="System.ValueTuple">
7373
<Version>4.5.0</Version>

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

Lines changed: 3 additions & 3 deletions
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.5" />
9-
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="6.10.5" />
10-
<PackageReference Include="PostSharp.Patterns.Diagnostics.Configuration" Version="6.10.5" />
8+
<PackageReference Include="PostSharp.Patterns.Diagnostics" Version="2023.0.3" />
9+
<PackageReference Include="PostSharp.Patterns.Diagnostics.AspNetCore" Version="2023.0.3" />
10+
<PackageReference Include="PostSharp.Patterns.Diagnostics.Configuration" Version="2023.0.3" />
1111
</ItemGroup>
1212

1313
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
</ItemGroup>
5454
<ItemGroup>
5555
<PackageReference Include="PostSharp">
56-
<Version>6.10.5</Version>
56+
<Version>2023.0.3</Version>
5757
</PackageReference>
5858
<PackageReference Include="PostSharp.Patterns.Diagnostics">
59-
<Version>6.10.5</Version>
59+
<Version>2023.0.3</Version>
6060
</PackageReference>
6161
<PackageReference Include="PostSharp.Patterns.Diagnostics.Serilog">
62-
<Version>6.10.5</Version>
62+
<Version>2023.0.3</Version>
6363
</PackageReference>
6464
<PackageReference Include="Serilog">
6565
<Version>2.10.0</Version>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</ItemGroup>
8181
<ItemGroup>
8282
<PackageReference Include="PostSharp">
83-
<Version>6.10.5</Version>
83+
<Version>2023.0.3</Version>
8484
</PackageReference>
8585
<PackageReference Include="System.Collections.Immutable">
8686
<Version>6.0.0</Version>

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Version>2.0.3</Version>
7373
</PackageReference>
7474
<PackageReference Include="PostSharp">
75-
<Version>6.10.5</Version>
75+
<Version>2023.0.3</Version>
7676
</PackageReference>
7777
</ItemGroup>
7878
<Import Project="..\..\PostSharp.Samples.targets" />

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

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

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

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

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

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

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

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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')" />
3+
<Import Project="..\..\packages\PostSharp.2023.0.3\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.2023.0.3\build\PostSharp.props')" />
44
<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')" />
55
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.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')" />
@@ -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.5.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
124-
<HintPath>..\..\packages\PostSharp.Redist.6.10.5\lib\net45\PostSharp.dll</HintPath>
123+
<Reference Include="PostSharp, Version=2023.0.3.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
124+
<HintPath>..\..\packages\PostSharp.Redist.2023.0.3\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">
@@ -439,12 +439,12 @@
439439
<Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
440440
<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'))" />
441441
<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'))" />
442+
<Error Condition="!Exists('..\..\packages\PostSharp.2023.0.3\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.2023.0.3\build\PostSharp.props'))" />
443+
<Error Condition="!Exists('..\..\packages\PostSharp.2023.0.3\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.2023.0.3\build\PostSharp.targets'))" />
444444
</Target>
445445
<Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
446446
<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')" />
447+
<Import Project="..\..\packages\PostSharp.2023.0.3\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.2023.0.3\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">

Framework/PostSharp.Samples.MiniProfiler/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
3535
<package id="Owin" version="1.0" targetFramework="net452" />
3636
<package id="popper.js" version="1.16.1" targetFramework="net472" />
37-
<package id="PostSharp" version="6.10.5" targetFramework="net472" developmentDependency="true" />
38-
<package id="PostSharp.Redist" version="6.10.5" targetFramework="net472" />
37+
<package id="PostSharp" version="2023.0.3" targetFramework="net472" developmentDependency="true" />
38+
<package id="PostSharp.Redist" version="2023.0.3" targetFramework="net472" />
3939
<package id="Respond" version="1.4.2" targetFramework="net452" />
4040
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
4141
<package id="System.Diagnostics.DiagnosticSource" version="6.0.0" targetFramework="net472" />

Framework/PostSharp.Samples.NormalizeString/PostSharp.Samples.NormalizeString.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</ItemGroup>
5555
<ItemGroup>
5656
<PackageReference Include="PostSharp">
57-
<Version>6.10.5</Version>
57+
<Version>2023.0.3</Version>
5858
</PackageReference>
5959
</ItemGroup>
6060
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.Persistence/PostSharp.Samples.Persistence.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ItemGroup>
6161
<ItemGroup>
6262
<PackageReference Include="PostSharp">
63-
<Version>6.10.5</Version>
63+
<Version>2023.0.3</Version>
6464
</PackageReference>
6565
</ItemGroup>
6666
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.Profiling/PostSharp.Samples.Profiling.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<Version>2.19.0</Version>
7272
</PackageReference>
7373
<PackageReference Include="PostSharp">
74-
<Version>6.10.5</Version>
74+
<Version>2023.0.3</Version>
7575
</PackageReference>
7676
</ItemGroup>
7777
<Import Project="..\..\PostSharp.Samples.targets" />

Framework/PostSharp.Samples.ResharperAnnotations/PostSharp.Samples.ResharperAnnotations.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
</ItemGroup>
6060
<ItemGroup>
6161
<PackageReference Include="PostSharp">
62-
<Version>6.10.5</Version>
62+
<Version>2023.0.3</Version>
6363
</PackageReference>
6464
<PackageReference Include="PostSharp.Patterns.Common">
65-
<Version>6.10.5</Version>
65+
<Version>2023.0.3</Version>
6666
</PackageReference>
6767
<PackageReference Include="System.ValueTuple">
6868
<Version>4.5.0</Version>

0 commit comments

Comments
 (0)