Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
runeheidem committed Jan 24, 2022
1 parent ab87975 commit 9beabef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WebApplication1/WeatherAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>RHMWeatherAPI</PackageId>
<Version>1.0.0</Version>
<Authors>rhm</Authors>
<Company>rhm</Company>
<PackageDescription>This package adds a rhm!</PackageDescription>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9beabef

Please sign in to comment.