|
7 | 7 | </PropertyGroup>
|
8 | 8 |
|
9 | 9 | <PropertyGroup>
|
10 |
| - <RepositoryUrl>https://github.com/amerkoleci/Alimer.Bindings.WebGPU</RepositoryUrl> |
| 10 | + <RepositoryUrl>https://github.com/amerkoleci/Alimer.Bindings</RepositoryUrl> |
11 | 11 | <RepositoryType>git</RepositoryType>
|
12 | 12 | </PropertyGroup>
|
13 | 13 |
|
14 | 14 | <PropertyGroup>
|
15 | 15 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
16 | 16 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
17 |
| - <LangVersion>12.0</LangVersion> |
| 17 | + <LangVersion>latest</LangVersion> |
18 | 18 | <ImplicitUsings>enable</ImplicitUsings>
|
19 | 19 | <Nullable>enable</Nullable>
|
20 | 20 | <UseArtifactsOutput>true</UseArtifactsOutput>
|
|
23 | 23 | <Features>strict</Features>
|
24 | 24 | <AnalysisLevel>preview</AnalysisLevel>
|
25 | 25 | <RestoreConfigFile>$(MSBuildThisFileDirectory)NuGet.config</RestoreConfigFile>
|
| 26 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 27 | + <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible> |
26 | 28 | <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
27 | 29 | </PropertyGroup>
|
28 | 30 |
|
29 |
| - <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
30 |
| - <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> |
31 |
| - </PropertyGroup> |
32 |
| - |
33 | 31 | <PropertyGroup>
|
34 | 32 | <Authors>Amer Koleci</Authors>
|
| 33 | + <Owners>Amer Koleci</Owners> |
| 34 | + <Company>Amer Koleci</Company> |
35 | 35 | <Copyright>Copyright (c) Amer Koleci and Contributors</Copyright>
|
36 |
| - <Product>Alimer.Bindings.WebGPU</Product> |
| 36 | + <Product>Alimer.Bindings</Product> |
37 | 37 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
38 | 38 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
39 | 39 | <PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
|
40 | 40 | <ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
|
41 | 41 | <UseSharedCompilation>true</UseSharedCompilation>
|
42 |
| - <PackageTags>webgpu game engine game-development gamedev</PackageTags> |
43 |
| - </PropertyGroup> |
44 |
| - |
45 |
| - <!-- https://github.com/dotnet/sourcelink --> |
46 |
| - <PropertyGroup> |
47 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
48 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
49 |
| - <IncludeSymbols>false</IncludeSymbols> |
50 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
51 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
52 | 42 | </PropertyGroup>
|
53 | 43 |
|
54 | 44 | </Project>
|
0 commit comments