All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.rewrite.dotnet.yml Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
#
# Copyright 2024 the original author or authors.
# 

# Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at #

# https://www.apache.org/licenses/LICENSE-2.0 #

# Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.dotnet.MigrateToNet6 displayName: Upgrade to .NET 6.0 using upgrade-assistant description: Run [upgrade-assistant upgrade](https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview) across a repository to upgrade projects to .NET 6.0. recipeList: - org.openrewrite.dotnet.UpgradeAssistant: targetFramework: net6.0 --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.dotnet.MigrateToNet7 displayName: Upgrade to .NET 7.0 using upgrade-assistant description: Run [upgrade-assistant upgrade](https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview) across a repository to upgrade projects to .NET 7.0. recipeList: - org.openrewrite.dotnet.UpgradeAssistant: targetFramework: net7.0 --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.dotnet.MigrateToNet8 displayName: Upgrade to .NET 8.0 using upgrade-assistant description: Run [upgrade-assistant upgrade](https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview) across a repository to upgrade projects to .NET 8.0. recipeList: - org.openrewrite.dotnet.UpgradeAssistant: targetFramework: net8.0 --- type: specs.openrewrite.org/v1beta/recipe name: org.openrewrite.dotnet.MigrateToNet9 displayName: Upgrade to .NET 9.0 using upgrade-assistant description: Run [upgrade-assistant upgrade](https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview) across a repository to upgrade projects to .NET 9.0. recipeList: - org.openrewrite.dotnet.UpgradeAssistant: targetFramework: net9.0





© 2015 - 2025 Weber Informatics LLC | Privacy Policy