Welcome to mirror list, hosted at ThFree Co, Russian Federation.

codegen.ps1 « Sandbox « sandbox - github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a595dee59f42adab76f9d6fe1699b481dc1d473 (plain)
1
dotnet run -f "net5.0" -p "$PSScriptRoot/../../src/MessagePack.Generator/MessagePack.Generator.csproj" -- -i "$PSScriptRoot/../SharedData/SharedData.csproj" -o "$PSScriptRoot/Generated.cs"