csproj 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global csproj --version 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local csproj --version 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=csproj&version=1.0.0                
nuke :add-package csproj --version 1.0.0                

csproj

csproj is a simple tool to change properties of multiple C# projects

Usage

Set the target framework of all projects in the current directory to .NET 9.0

csproj targetframework -t net9.0

Set the target framework of all projects in the current directory and it's subdirectories to .NET 9.0

csproj targetframework --recursive -t net9.0

Enabled nullable reference types for all projects in the current directory

csproj nullable -n true

Installation

dotnet tool install -g csproj
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.0 39 11/13/2024
1.0.0 40 11/12/2024