Skip to content

Commit e27ee81

Browse files
Updates project (#44)
* Removes demo assets from project output * Updates version to v0.2.3
1 parent d682d6e commit e27ee81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msgraph-developer-proxy/msgraph-developer-proxy.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<Title>Microsoft Graph Developer Proxy</Title>
11-
<Version>0.2.2</Version>
11+
<Version>0.2.3</Version>
1212
<Company>Microsoft</Company>
1313
<Product>Microsoft Graph Developer Proxy</Product>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -39,10 +39,10 @@
3939
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4040
</None>
4141
<None Update="picture.jpg">
42-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
42+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
4343
</None>
4444
<None Update="responses.json">
45-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
45+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
4646
</None>
4747
</ItemGroup>
4848

0 commit comments

Comments
 (0)