File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ void Net90()
100100
101101void Net100 ( )
102102{
103- var content = GetGeneratedContent ( "Net100" , [ @"microsoft.netcore.app.ref/10.0.0-preview.4.25258.110 /ref/net10.0" ] ) ;
103+ var content = GetGeneratedContent ( "Net100" , [ @"microsoft.netcore.app.ref/10.0.0-preview.6.25358.103 /ref/net10.0" ] ) ;
104104 var targetDir = Path . Combine ( srcPath , "Basic.Reference.Assemblies.Net100" ) ;
105105 File . WriteAllText ( Path . Combine ( targetDir , "Generated.cs" ) , content . CodeContent , encoding ) ;
106106 File . WriteAllText ( Path . Combine ( targetDir , "Generated.targets" ) , content . TargetsContent , encoding ) ;
@@ -125,7 +125,7 @@ void AspNet90()
125125
126126void AspNet100 ( )
127127{
128- var content = GetGeneratedContent ( "AspNet100" , [ @"microsoft.netcore.app.ref/10.0.0-preview.4.25258.110 /ref/net10.0" , @"microsoft.aspnetcore.app.ref/10.0.0-preview.4.25258.110 /ref/net10.0" ] ) ;
128+ var content = GetGeneratedContent ( "AspNet100" , [ @"microsoft.netcore.app.ref/10.0.0-preview.6.25358.103 /ref/net10.0" , @"microsoft.aspnetcore.app.ref/10.0.0-preview.6.25358.103 /ref/net10.0" ] ) ;
129129 var targetDir = Path . Combine ( srcPath , "Basic.Reference.Assemblies.AspNet100" ) ;
130130 File . WriteAllText ( Path . Combine ( targetDir , "Generated.cs" ) , content . CodeContent , encoding ) ;
131131 File . WriteAllText ( Path . Combine ( targetDir , "Generated.targets" ) , content . TargetsContent , encoding ) ;
You can’t perform that action at this time.
0 commit comments