|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Library</OutputType> |
5 | 5 | <TargetFramework>net6.0-windows</TargetFramework> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <ImplicitUsings>enable</ImplicitUsings> |
8 | 6 | <UseWPF>true</UseWPF> |
9 | 7 | <NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile> |
10 | | - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
11 | 8 | </PropertyGroup> |
12 | 9 |
|
13 | 10 | <PropertyGroup> |
14 | 11 | <IsPackable>true</IsPackable> |
15 | 12 | <PackageId>BlazorDesktop</PackageId> |
16 | 13 | <Platforms>AnyCPU;x86;x64</Platforms> |
17 | | - <Authors>Andrew Babbitt</Authors> |
18 | | - <Company>Andrew Babbitt</Company> |
19 | | - <Product>Blazor Desktop</Product> |
20 | 14 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
21 | | - <RepositoryUrl>https://github.com/AndrewBabbitt97/BlazorDesktop</RepositoryUrl> |
22 | | - <PackageReleaseNotes>https://github.com/AndrewBabbitt97/BlazorDesktop/releases</PackageReleaseNotes> |
23 | | - <Description>A framework for building desktop applications using Blazor.</Description> |
24 | | - <Copyright>© Andrew Babbitt. All rights reserved.</Copyright> |
25 | | - <PackageProjectUrl>https://github.com/AndrewBabbitt97/BlazorDesktop</PackageProjectUrl> |
26 | | - <PackageTags>Blazor;Desktop;BlazorDesktop;WebView2;WebView</PackageTags> |
27 | | - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
28 | 15 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
29 | 16 | <PackageIcon>nuget.png</PackageIcon> |
30 | | - <RepositoryType>git</RepositoryType> |
31 | | - <AssemblyVersion>1.0.5.0</AssemblyVersion> |
32 | | - <FileVersion>1.0.5.0</FileVersion> |
33 | | - <Version>1.0.5</Version> |
34 | | - <IncludeSymbols>true</IncludeSymbols> |
35 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
36 | 17 | </PropertyGroup> |
37 | 18 |
|
38 | 19 | <ItemGroup> |
|
47 | 28 | </ItemGroup> |
48 | 29 |
|
49 | 30 | <ItemGroup> |
50 | | - <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.200-preview.14.5099+sha.03a0eb8e6-azdo.5845410" /> |
| 31 | + <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="6.0.300-rc.2.5513" /> |
51 | 32 | <PackageReference Include="WebView2.Runtime.AutoInstaller" Version="1.0.0" /> |
52 | 33 | </ItemGroup> |
53 | 34 |
|
|
0 commit comments