File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+
2+ <Project >
3+
4+ <PropertyGroup >
5+ </PropertyGroup >
6+
7+ </Project >
Original file line number Diff line number Diff line change 1111
1212 <!-- Set the default versions of dependencies -->
1313 <PropertyGroup >
14- <PostSharpEngineeringVersion >1.0.99-preview</PostSharpEngineeringVersion >
15- <MetalamaVersion >branch:master</MetalamaVersion >
14+ <PostSharpEngineeringVersion >2023.2.34</PostSharpEngineeringVersion >
1615 </PropertyGroup >
1716
17+ <!-- Set the deafult versions of auto-updated dependencies -->
18+ <Import Project =" AutoUpdatedVersions.props" />
19+
1820 <!-- Override versions (both this product and dependencies) for the local build -->
1921 <Import Project =" Versions.g.props" Condition =" Exists('Versions.g.props')" />
2022
Original file line number Diff line number Diff line change 33using PostSharp . Engineering . BuildTools ;
44using PostSharp . Engineering . BuildTools . Build . Model ;
55using PostSharp . Engineering . BuildTools . Build . Solutions ;
6- using PostSharp . Engineering . BuildTools . Dependencies . Model ;
6+ using PostSharp . Engineering . BuildTools . Dependencies . Definitions ;
77using Spectre . Console . Cli ;
8+ using Dependencies = PostSharp . Engineering . BuildTools . Dependencies . Definitions . TemplateDependencies ;
89
910var product = new Product ( Dependencies . MyProduct )
1011{
1314 new DotNetSolution ( "src\\ My.Product.sln" )
1415 } ,
1516 PublicArtifacts = Pattern . Create ( "My.Product.$(PackageVersion).nupkg" ) ,
16- Dependencies = new [ ] { Dependencies . PostSharpEngineering , Dependencies . Metalama }
17+ Dependencies = new [ ] { DevelopmentDependencies . PostSharpEngineering , MetalamaDependencies . V2023_3 . Metalama }
1718} ;
1819
1920var commandApp = new CommandApp ( ) ;
Original file line number Diff line number Diff line change 44 "rollForward" : " disable"
55 },
66 "msbuild-sdks" : {
7- "PostSharp.Engineering.Sdk" : " 1.0.99-preview "
7+ "PostSharp.Engineering.Sdk" : " 2023.2.34 "
88 }
99}
You can’t perform that action at this time.
0 commit comments