File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 22
33using PostSharp . Engineering . BuildTools ;
44using PostSharp . Engineering . BuildTools . Build . Model ;
5- using PostSharp . Engineering . BuildTools . Build . Solutions ;
65using PostSharp . Engineering . BuildTools . Dependencies . Definitions ;
76using Spectre . Console . Cli ;
87using Dependencies = PostSharp . Engineering . BuildTools . Dependencies . Definitions . TemplateDependencies ;
98
109var product = new Product ( Dependencies . MyProduct )
1110{
12- Solutions = new Solution [ ]
13- {
14- new DotNetSolution ( "src\\ My.Product.sln" )
15- } ,
1611 PublicArtifacts = Pattern . Create ( "My.Product.$(PackageVersion).nupkg" ) ,
17- Dependencies = new [ ] { DevelopmentDependencies . PostSharpEngineering , MetalamaDependencies . V2023_3 . Metalama }
12+ Dependencies = new [ ] { DevelopmentDependencies . PostSharpEngineering }
1813} ;
1914
2015var commandApp = new CommandApp ( ) ;
You can’t perform that action at this time.
0 commit comments