File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/PostSharp.Engineering.BuildTools/Dependencies/Definitions Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) SharpCrafters s.r.o. See the LICENSE.md file in the root directory of this repository root for details.
22
33using JetBrains . Annotations ;
4+ using PostSharp . Engineering . BuildTools . Build ;
45using PostSharp . Engineering . BuildTools . ContinuousIntegration ;
56using PostSharp . Engineering . BuildTools . ContinuousIntegration . Model ;
67using PostSharp . Engineering . BuildTools . Dependencies . Model ;
@@ -39,5 +40,13 @@ public PostSharpDocumentationDependencyDefinition(
3940
4041 public static DependencyDefinition PostSharpDocumentation { get ; } = new PostSharpDocumentationDependencyDefinition (
4142 "PostSharp.Documentation" ,
42- VcsProvider . GitHub ) ;
43+ VcsProvider . GitHub )
44+ {
45+ Dependencies =
46+ [
47+ DevelopmentDependencies . PostSharpEngineering . ToDependency ( ) ,
48+ V2025_1 . PostSharp . ToDependency (
49+ new ConfigurationSpecific < BuildConfiguration > ( BuildConfiguration . Release , BuildConfiguration . Release , BuildConfiguration . Release ) )
50+ ]
51+ } ;
4352}
You can’t perform that action at this time.
0 commit comments