Skip to content

Commit f2de770

Browse files
committed
Move PostSharp documentation dependency to 2026.0.
1 parent 7a05e5f commit f2de770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/PostSharpDependencies.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using PostSharp.Engineering.BuildTools.ContinuousIntegration.Model;
77
using PostSharp.Engineering.BuildTools.Dependencies.Model;
88
using PostSharp.Engineering.BuildTools.Tools.TeamCity;
9-
using PostSharpPackageDependencies = PostSharp.Engineering.BuildTools.Dependencies.Definitions.PostSharpDependencies.V2025_1;
9+
using PostSharpPackageDependencies = PostSharp.Engineering.BuildTools.Dependencies.Definitions.PostSharpDependencies.V2026_0;
1010

1111
namespace PostSharp.Engineering.BuildTools.Dependencies.Definitions;
1212

@@ -45,7 +45,7 @@ public PostSharpDocumentationDependencyDefinition(
4545
Dependencies =
4646
[
4747
DevelopmentDependencies.PostSharpEngineering.ToDependency(),
48-
V2025_1.PostSharp.ToDependency(
48+
V2026_0.PostSharp.ToDependency(
4949
new ConfigurationSpecific<BuildConfiguration>( BuildConfiguration.Release, BuildConfiguration.Release, BuildConfiguration.Release ) )
5050
]
5151
};

0 commit comments

Comments
 (0)