Skip to content

Commit db9f04f

Browse files
richlanderCopilot
andauthored
Bump version to 0.7.3 (#303)
The existing DefaultTargetFramework mechanism already produces net10.0 pointer packages (OfficialBuild) and net11.0 AOT packages (OfficialAotBuild). Multi-TFM doesn't work here because library ProjectReferences all use DefaultTargetFramework, and global -p:TargetFrameworks leaks to them. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 506ca86 commit db9f04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnet-inspect/dotnet-inspect.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Authors>Richard Lander</Authors>
2222
<PackAsTool>true</PackAsTool>
2323
<ToolCommandName>dotnet-inspect</ToolCommandName>
24-
<VersionPrefix>0.7.2</VersionPrefix>
24+
<VersionPrefix>0.7.3</VersionPrefix>
2525
<PackageId>dotnet-inspect</PackageId>
2626
<Description>A CLI tool for inspecting .NET assemblies and NuGet packages</Description>
2727
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)