main
Last change
on this file since 17d6948 was 17d6948, checked in by Nikola Mishevski <Nikola.Mishevski@…>, 6 days ago |
initial commit WineTracker Project
|
-
Property mode
set to
100644
|
File size:
753 bytes
|
Rev | Line | |
---|
[17d6948] | 1 | // <auto-generated/>
|
---|
| 2 | global using global::Microsoft.AspNetCore.Builder;
|
---|
| 3 | global using global::Microsoft.AspNetCore.Hosting;
|
---|
| 4 | global using global::Microsoft.AspNetCore.Http;
|
---|
| 5 | global using global::Microsoft.AspNetCore.Routing;
|
---|
| 6 | global using global::Microsoft.Extensions.Configuration;
|
---|
| 7 | global using global::Microsoft.Extensions.DependencyInjection;
|
---|
| 8 | global using global::Microsoft.Extensions.Hosting;
|
---|
| 9 | global using global::Microsoft.Extensions.Logging;
|
---|
| 10 | global using global::System;
|
---|
| 11 | global using global::System.Collections.Generic;
|
---|
| 12 | global using global::System.IO;
|
---|
| 13 | global using global::System.Linq;
|
---|
| 14 | global using global::System.Net.Http;
|
---|
| 15 | global using global::System.Net.Http.Json;
|
---|
| 16 | global using global::System.Threading;
|
---|
| 17 | global using global::System.Threading.Tasks;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.