Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
7d1ba8f
Update dependencies from https://github.com/dotnet/dotnet build 291507
dotnet-maestro[bot] Nov 20, 2025
154ef76
Backflow from https://github.com/dotnet/dotnet / 18f6e60 build 291651
dotnet-maestro[bot] Nov 21, 2025
203bf0a
Update dependencies from https://github.com/dotnet/dotnet build 291651
dotnet-maestro[bot] Nov 21, 2025
404fd67
Update dependencies from https://github.com/dotnet/dotnet build 292085
dotnet-maestro[bot] Nov 25, 2025
4c8702c
Update dependencies from https://github.com/dotnet/dotnet build 292370
dotnet-maestro[bot] Nov 26, 2025
b807ecc
Update dependencies from https://github.com/dotnet/dotnet build 292473
dotnet-maestro[bot] Nov 27, 2025
cbe1370
Update dependencies from https://github.com/dotnet/dotnet build 292549
dotnet-maestro[bot] Nov 28, 2025
424d87e
Update dependencies from https://github.com/dotnet/dotnet build 292661
dotnet-maestro[bot] Nov 29, 2025
d2996b4
Update dependencies from https://github.com/dotnet/dotnet build 292766
dotnet-maestro[bot] Dec 2, 2025
c80334b
Update dependencies from https://github.com/dotnet/dotnet build 292938
dotnet-maestro[bot] Dec 3, 2025
b528669
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-1b6a5136-7…
DonnaChen888 Dec 4, 2025
9aef930
Update dependencies from https://github.com/dotnet/dotnet build 293194
dotnet-maestro[bot] Dec 4, 2025
6689a19
Changing the target framework version to NetToolCurrent
DonnaChen888 Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changing the target framework version to NetToolCurrent
  • Loading branch information
DonnaChen888 committed Dec 4, 2025
commit 6689a1918fd859e5e9a09f77e93e8c6fbe26a79a
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>$(NetMinimum)</TargetFramework>
<TargetFramework>$(NetToolCurrent)</TargetFramework>
<Description>A dotnet CLI tool with commands for template authoring.</Description>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(NetMinimum)</TargetFramework>
<TargetFramework>$(NetToolCurrent)</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
Expand Down