diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0e80416..56ffb9e 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -32,7 +32,15 @@ "Bash(lsof:*)", "Bash(xargs kill -9)", "Bash(dotnet run:*)", - "Bash(find:*)" + "Bash(find:*)", + "Bash(dotnet pack:*)", + "Bash(unzip:*)", + "WebFetch(domain:andrewlock.net)", + "WebFetch(domain:github.com)", + "WebFetch(domain:stackoverflow.com)", + "WebFetch(domain:www.kenmuse.com)", + "WebFetch(domain:blog.rsuter.com)", + "WebFetch(domain:natemcmaster.com)" ], "deny": [], "ask": [] diff --git a/Svrnty.CQRS.Grpc.Generators/Svrnty.CQRS.Grpc.Generators.csproj b/Svrnty.CQRS.Grpc.Generators/Svrnty.CQRS.Grpc.Generators.csproj index 6889fd4..c9785a7 100644 --- a/Svrnty.CQRS.Grpc.Generators/Svrnty.CQRS.Grpc.Generators.csproj +++ b/Svrnty.CQRS.Grpc.Generators/Svrnty.CQRS.Grpc.Generators.csproj @@ -7,7 +7,10 @@ true true true + false + true + $(NoWarn);NU5128 true Svrnty @@ -20,11 +23,8 @@ MIT Source Generator for Svrnty.CQRS.Grpc - generates .proto files and gRPC service implementations from commands and queries - portable - true - true - true - snupkg + + false @@ -39,11 +39,24 @@ - - - - - + + + + + + + + $(TargetsForTfmSpecificContentInPackage);IncludeGeneratorAssemblyInPackage + + + + + + + + + + diff --git a/Svrnty.CQRS.Grpc.Generators/build/Svrnty.CQRS.Grpc.Generators.props b/Svrnty.CQRS.Grpc.Generators/build/Svrnty.CQRS.Grpc.Generators.props new file mode 100644 index 0000000..aa8cc45 --- /dev/null +++ b/Svrnty.CQRS.Grpc.Generators/build/Svrnty.CQRS.Grpc.Generators.props @@ -0,0 +1,6 @@ + + + + $(SvrntyCqrsGrpcGeneratorsVersion) + +