Skip to content

Commit

Permalink
Revert .NET changes (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 authored Oct 1, 2024
1 parent 54f610d commit 2c29ba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions provider/cmd/pulumi-resource-azuread/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
"language": {
"csharp": {
"packageReferences": {
"Pulumi": "3.*"
},
"namespaces": {
"azuread": "AzureAD"
},
Expand Down
4 changes: 3 additions & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ func Provider() tfbridge.ProviderInfo {
},
CSharp: &tfbridge.CSharpInfo{
RespectSchemaVersion: true,
PackageReferences: map[string]string{},
PackageReferences: map[string]string{
"Pulumi": "3.*",
},
Namespaces: map[string]string{
"azuread": "AzureAD",
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Pulumi.AzureAD.csproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c29ba1

Please sign in to comment.