File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
44 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
55 <Nullable >disable</Nullable >
6+ <ImplicitUsings >disable</ImplicitUsings >
67 <Title >$(ProjectName)</Title >
78 <Version >0.0.8</Version >
89 <Authors >Lukas Volf</Authors >
1819 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1920 <Description >Simple RTSP client and server. Supports H264, H265 and AAC.</Description >
2021 </PropertyGroup >
22+
2123 <ItemGroup >
2224 <None Include =" ..\..\README.md" >
2325 <Pack >True</Pack >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6- <ImplicitUsings >disable</ImplicitUsings >
7- <Nullable >disable</Nullable >
86 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
97 </PropertyGroup >
108
11- <ItemGroup >
12- <None Remove =" appsettings.json" />
13- </ItemGroup >
14-
159 <ItemGroup >
1610 <Content Include =" appsettings.json" >
1711 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6- <ImplicitUsings >disable</ImplicitUsings >
7- <Nullable >disable</Nullable >
86 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
97 </PropertyGroup >
108
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6- <ImplicitUsings >disable</ImplicitUsings >
7- <Nullable >disable</Nullable >
86 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
97 </PropertyGroup >
108
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net8.0</TargetFramework >
6- <ImplicitUsings >disable</ImplicitUsings >
7- <Nullable >disable</Nullable >
86 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
97 </PropertyGroup >
108
11- <ItemGroup >
12- <None Remove =" appsettings.json" />
13- <None Remove =" test.pcapng" />
14- </ItemGroup >
15-
169 <ItemGroup >
1710 <Content Include =" appsettings.json" >
1811 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments