-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<Owners>Rico Suter</Owners> | ||
<Authors>Rico Suter</Authors> | ||
<Description>Specification and code generator for SignalR Core.</Description> | ||
<Version>0.3.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageProjectUrl>https://github.com/RicoSuter/SigSpec</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/RicoSuter/SigSpec.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>SignalR Specification CodeGeneration</PackageTags> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<FrameworkReference Include="Microsoft.AspNetCore.App" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="SigSpecUi\index.html" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="SigSpecUi\index.html" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\SigSpec.Core\SigSpec.Core.csproj" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<Owners>Rico Suter</Owners> | ||
<Authors>Rico Suter</Authors> | ||
<Description>Specification and code generator for SignalR Core.</Description> | ||
<Version>0.3.1</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageProjectUrl>https://github.com/RicoSuter/SigSpec</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/RicoSuter/SigSpec.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>SignalR Specification CodeGeneration</PackageTags> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<FrameworkReference Include="Microsoft.AspNetCore.App" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="SigSpecUi\index.html" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="SigSpecUi\index.html" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\SigSpec.Core\SigSpec.Core.csproj" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/SigSpec.CodeGeneration.TypeScript/SigSpec.CodeGeneration.TypeScript.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters