Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
WholesomeIsland committed Mar 2, 2021
1 parent 95e9032 commit fb00bf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
11 changes: 0 additions & 11 deletions Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Abstractions</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.1.2</Version>
<Authors>Wholesomeisland</Authors>
<Product>OpenGL.Abstractions</Product>
<Description>OpenGL Abstractions for Silk.NET.</Description>
<RepositoryUrl>https://github.com/WholesomeIsland/CommonOpenGLAbstractions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>OpenGL</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/WholesomeIsland/CommonOpenGLAbstractions</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<UserSecretsId>bb8d7281-1e49-4325-b8bf-607946c951db</UserSecretsId>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Model.Sdk/Model.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UserSecretsId>f56aa9c7-e3c1-46fe-9edb-49d1cbeaa9d4</UserSecretsId>
<PackageId>Abstractions</PackageId>
<PackageId>OpenGL.abstractions</PackageId>
<Copyright />
<Authors>Wholesomeisland</Authors>
<Company>unaffiliated</Company>
<Product>Abstractions</Product>
<Company></Company>
<Product>OpenGL.abstractions</Product>
<Description>High-Level OpenGL abstractions built with Silk.NET</Description>
<PackageLicenseExpression>MIT License</PackageLicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://www.github.com/Wholesomeisland/CommonOpenGLAbstractions</PackageProjectUrl>
<RepositoryUrl>https://www.github.com/Wholesomeisland/CommonOpenGLAbstractions</RepositoryUrl>
<PackageTags>OpenGL Silk.NET</PackageTags>
Expand Down

0 comments on commit fb00bf8

Please sign in to comment.